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.

Showing 1-2 of 2 results.

A240816 Triangle read by rows: T(n,k) (n >= 1, 1 <= k <= n) = index of first nonexisting term of the meta-Fibonacci sequence {f(1) = ... = f(n) = 1; 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

7, 0, 15, 165, 55, 14, 0, 0, 11, 12, 61, 38, 12, 13, 14, 2355, 31, 14, 14, 15, 16, 283, 64, 45, 15, 16, 18, 19, 1337, 369, 32, 16, 18, 19, 20
Offset: 1

Views

Author

N. J. A. Sloane, Apr 15 2014

Keywords

Comments

The zero entries (except T(4,1)) are only conjectural.
Apart from the zero entries, equals A240813 + 1.

Examples

			Triangle begins:
     7;
     0,  15;
   165,  55, 14;
     0,   0, 11, 12;
    61,  38, 12, 13, 14;
  2355,  31, 14, 14, 15, 16;
   283,  64, 45, 15, 16, 18, 19;
  1337, 369, 32, 16, 18, 19, 20, ?;
  ...
		

Crossrefs

Diagonals give A240810, A240814, A240815.
See A240813 for another version.

A240812 a(n) = length (or lifetime) of the meta-Fibonacci sequence f(1) = ... = f(n) = 1; f(k)=f(k-f(k-3))+f(k-f(k-n)) if that sequence is only defined for finitely many terms, or 0 if that sequence is infinite.

Original entry on oeis.org

13, 10, 11, 13, 44, 31, 49, 38, 80, 58, 69, 61, 57, 60, 63, 78, 81, 85, 81, 84, 87, 96, 99, 109, 105, 108, 111, 120, 123, 126, 129, 132, 135, 138, 141, 144, 153, 156, 159, 162, 165, 168, 177, 180, 183, 186, 189, 192, 201, 204, 207, 210, 213, 216, 225, 228, 231
Offset: 3

Views

Author

N. J. A. Sloane, Apr 15 2014

Keywords

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

See A240815 for another version.
A diagonal of the triangle in A240813.

Extensions

More terms from Lars Blomberg, Oct 24 2014
Showing 1-2 of 2 results.