Generate a function from a list of numbers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 3K views
chipChocolate
Messages
3
Reaction score
0
I have a list of numbers x = [1, 11, 21, 1211, 111221,...], I need to find the 31st number in that list.
 
Physics news on Phys.org
Hint: Look and say

Hint 2: 11 should not be seen as "eleven" but rather as individual ones.
 
chipChocolate said:
I have a list of numbers x = [1, 11, 21, 1211, 111221,...], I need to find the 31st number in that list.

It could be anything. Truncating a sequence loses all information about subsequent terms.

Are you told how to construct the [itex]n[/itex]th term, given the values of previous terms? If so, you need to do that.
 
The actual question is to find the length of the 31st term.
 
Last edited:
chipChocolate said:
The actual question is to find the length of the 31st term.

You need to recognize the pattern first. See Post #2.
 
Hint: The next term says something, quite literally, about the previous term.
 
micromass said:
You need to recognize the pattern first. See Post #2.

Thanks for the hint, I finally got it.
 
The problem with this type of questions is that they have more than one answer in general. For this particular sequence we have 3 possibilities that can be found at OEIS.