Let's make some sequences.
Meta sequence
This sequence simply lists the contents of itself. The next term describes how many of what kind of term comes next in the sequence. For example, if there are four '1's in a row, the next two terms would be 4, 1.
Source: | |
---|---|
Number of terms: | |
Fibonacci sequence
This is a very famous sequence that follows the rule \(T_{n+1} = T_{n} + T_{n-1}\).
\(T_1\) | |
---|---|
\(T_2\) | |
Number of terms: | |