chipChocolate
- 3
- 0
I have a list of numbers x = [1, 11, 21, 1211, 111221,...], I need to find the 31st number in that list.
chipChocolate said:I have a list of numbers x = [1, 11, 21, 1211, 111221,...], I need to find the 31st number in that list.
chipChocolate said:The actual question is to find the length of the 31st term.
micromass said:You need to recognize the pattern first. See Post #2.