login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A240813
Triangle read by rows: T(n,k) (n >= 1, 1 <= k <= n) = length (or lifetime) 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.
5
6, 0, 14, 164, 54, 13, 0, 0, 10, 11, 60, 37, 11, 12, 13, 2354, 30, 13, 13, 14, 15, 282, 63, 44, 14, 15, 17, 18, 1336, 368, 31, 15, 17, 18, 19, 20, 100, 47, 49, 17, 18, 19, 20, 21, 22, 1254, 46, 38, 18, 19, 20, 21, 22, 23, 24, 366, 108, 80, 19, 20, 21, 22, 23
OFFSET
1,1
COMMENTS
The zero entries (except T(4,1)) are only conjectural.
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.
LINKS
Lars Blomberg, Table of n, a(n) for n = 1..10000, "infinity" = 10^8.
B. Balamohan, A. Kuznetsov and S. Tanny, On the behavior of a variant of Hofstadter's Q-sequence, J. Integer Sequences, Vol. 10 (2007), #07.7.1.
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; Part 1, Part 2.
EXAMPLE
Triangle begins:
6,
0, 14,
164, 54, 13,
0, 0, 10, 11,
60, 37, 11, 12, 13,
2354, 30, 13, 13, 14, 15,
282, 63, 44, 14, 15, 17, 18,
1336, 368, 31, 15, 17, 18, 19
...
CROSSREFS
Diagonals give A134680, A240811, A240812.
See A240816 for another version.
Sequence in context: A240821 A320146 A283999 * A175567 A069828 A340951
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Apr 15 2014
EXTENSIONS
More terms from Lars Blomberg, Oct 24 2014
STATUS
approved