login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087667 Records in A087664. 3
0, 2, 4, 5, 9, 12, 16, 24, 29, 30, 31, 32, 36, 37, 42 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=A087664(A087668(n)). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 25 2006

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(rec) ; ) ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 25 2006

CROSSREFS

Cf. A087664, A087668.

Sequence in context: A039871 A161375 A039021 * A082592 A039898 A083690

Adjacent sequences:  A087664 A087665 A087666 * A087668 A087669 A087670

KEYWORD

nonn,more

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Sep 27 2003

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 25 2006

a(8)-a(15) from Max Alekseyev (maxale(AT)gmail.com), Jul 30 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 02:50 EST 2012. Contains 205694 sequences.