215k views
1 vote
Help please

what is the algorithm in this pattern of numbers
1
11
21
121
111211
311221
13212211
111312112221


User Rodalm
by
5.5k points

1 Answer

2 votes

Answer:

in each row it counts how many numbers are there individually.

Step-by-step explanation:

for example in the first row there is the number 1

so, in the second row its says that there is one 1

in the third, it explains that in the previous row there is two 1's. in line four, it says 121 that explains the previous line, there is one 2 and one 1. And it goes on and on. so, for instance, in the last line, 111312112221, it explains that in the previous row, there is one 1, one 3, one 2, one 1, two 2's and two one's

User Suppenkasper
by
5.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.