The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111388 a(n) = floor(log(A111288(n))). 2
0, 0, 0, 0, 0, 1, 1, 2, 3, 5, 8, 12, 17, 26, 38, 56, 82, 120, 176, 258, 379, 556, 815, 1194, 1751, 2566, 3761, 5512, 8079, 11840, 17353, 25432, 37272, 54625, 80057, 117330, 171955, 252013, 369343, 541298, 793311, 1162654, 1703953, 2497265, 3659920 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
COMMENTS
The sequence A111288 grows very rapidly, as evidenced here, so it makes more sense to take the log of these terms.
LINKS
MATHEMATICA
l = {1, 1, 1, 1}; For[n = 5, n <= 50, n++, k = l[[n-1]]*l[[n-3]] + l[[n-2]]*l[[n-4]]; AppendTo[l, k]]; Print[Map[Floor, Map[Log, l]]]
CROSSREFS
Sequence in context: A200661 A175539 A260795 * A127884 A105858 A372040
KEYWORD
nonn
AUTHOR
Ryan Propper, Nov 09 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 3 12:27 EDT 2024. Contains 373060 sequences. (Running on oeis4.)