1,6
a(61) is undefined.
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.
Index entries for Hofstadter-type sequences
a := proc(n) option remember; if n<=5 then 1 else if n > a(n-1) and n > a(n-5) then RETURN(a(n-a(n-1))+a(n-a(n-5))); else ERROR(" died at n= ", n); fi; fi; end;
Sequence in context: A091987 A025544 A121856 this_sequence A080680 A005376 A086419
Adjacent sequences: A132169 A132170 A132171 this_sequence A132173 A132174 A132175
nonn,fini,full
T. D. Noe and njas, Nov 06 2007
Search completed in 0.002 seconds