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

A087668
Indices of records in A087664.
3
8, 9, 11, 13, 15, 133, 2317, 39845, 108167, 46779959, 70246181, 248897669, 452691117, 1137506437, 3089581031
OFFSET
1,1
COMMENTS
No other terms below 10^10.
PROG
(PARI) A087664(n)={ local(x, s) ; x=n/4 ; s=0 ; while( type(x)!="t_INT", x *= floor(x) ; s++ ; ) ; return(s) ; } { rec=-1 ; for(n=8, 1000000, a=A087664(n) ; if(a>rec, rec=a ; print(n) ; ) ; ) ; } - R. J. Mathar, Nov 25 2006
CROSSREFS
Sequence in context: A128234 A368082 A308602 * A120176 A139049 A048590
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Sep 27 2003
EXTENSIONS
More terms from R. J. Mathar, Nov 25 2006
a(9)-a(15) from Max Alekseyev, Jul 30 2011
STATUS
approved