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”).

A186188
Least k such that A156077^(k)(n)=1 where a^(k)=a(a^(k-1)).
0
1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6
OFFSET
1,4
REFERENCES
B. Cloitre, Experimental evidence for the Keane's conjecture, preprint 2011
FORMULA
conjecture: a(n)=floor(log(n)/log(2))+0 or +1
PROG
(PARI) a(n)=if(n<0, 0, t=n; c=1; while(A156077(t)>1, t=A156077(t); c++); c)
CROSSREFS
Sequence in context: A130255 A082527 A294235 * A227177 A132944 A210568
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 14 2011
STATUS
approved