cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A240821 Triangle read by rows: T(n,k) (n >= 1, 1 <= k <= n) = length (or lifetime) of the meta-Fibonacci sequence {f(i) = i for i <= n; f(i)=f(i-f(i-k))+f(i-f(i-n))} if that sequence is only defined for finitely many terms, or 0 if that sequence is infinite.

Original entry on oeis.org

6, 0, 13, 162, 29, 20, 0, 0, 71, 27, 56, 29, 34, 35, 28, 2349, 24, 0, 28, 54, 41, 276, 50, 46, 44, 34, 55, 40, 1300, 0, 34, 0, 37, 68, 89, 44, 84, 332, 36, 60, 56, 43, 80, 93, 54, 1245, 56, 39, 44, 0, 48, 48, 71, 87, 57, 356, 848, 90, 46, 74, 68, 51, 55, 227
Offset: 1

Views

Author

N. J. A. Sloane, Apr 15 2014

Keywords

Comments

The zero entries are only conjectural. More precisely, Hofstadter conjectures that T(n,k) = 0 (i.e. the sequence is immortal) iff n = 2k or n = 4k.

Examples

			Triangle begins:
6,
0, 13,
162, 29, 20,
0, 0, 71, 27,
56, 29, 34, 35, 28,
2349, 24, 0, 28, 54, 41,
276, 50, 46, 44, 34, 55, 40,
1300, 0, 34, 0, 37, 68, 89, ...
...
		

References

  • D. R. Hofstadter, Curious patterns and non-patterns in a family of meta-Fibonacci recursions, Lecture in Doron Zeilberger's Experimental Mathematics Seminar, Rutgers University, April 10 2014.

Crossrefs

Diagonals give A240818, A240819, A240820.
See A240825 for another version.

Extensions

More terms from Lars Blomberg, Oct 24 2014