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.
The discussion revolves around generating a function from a specific list of numbers, identified as a sequence that appears to follow a "look-and-say" pattern. Participants are tasked with determining the 31st term in this sequence and its length.
The discussion is active, with hints provided regarding the nature of the sequence. Some participants express the need to identify the pattern before proceeding, while others acknowledge the complexity of the problem, noting that there may be multiple interpretations or answers.
Participants mention the importance of recognizing the pattern and the potential for multiple answers, referencing external sources such as OEIS for additional context.
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.