|
Search: id:A111388
|
|
| |
|
| 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
|
|
|
Search completed in 0.002 seconds
|