Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111388
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111388 a(n) = floor(ln(A111288(n))). +0
3
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; listen)
OFFSET

1,8

COMMENT

The sequence A111288 grows very rapidly, as evidenced here, so it makes more sense to take the log of these terms.

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: A061535 A129504 A024789 this_sequence A127884 A105858 A086676

Adjacent sequences: A111385 A111386 A111387 this_sequence A111389 A111390 A111391

KEYWORD

nonn

AUTHOR

Ryan Propper (rpropper(AT)stanford.edu), Nov 09 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research