|
| |
|
|
A129982
|
|
Fibonacci numbers sandwiched between 1's .
|
|
1
| |
|
|
1, 0, 1, 1, 1, 1, 1, 2, 1, 3, 1, 5, 1, 8, 1, 13, 1, 21, 1, 34, 1, 55, 1, 89, 1, 144, 1, 233, 1, 377, 1, 610, 1, 987, 1, 1597, 1, 2584, 1, 4181, 1, 6765, 1, 10946, 1, 17711, 1, 28657, 1, 46368, 1, 75025, 1, 121393, 1, 196418, 1, 317811, 1, 514229, 1, 832040, 1, 1346269, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,8
|
|
|
LINKS
| Index to sequences with linear recurrences with constant coefficients, signature (0,2,0,0,0,-1).
|
|
|
MAPLE
| G := 1/(1-x^2)+x^3/(1-x^2-x^4); Gser := series(G, x = 0, 70); seq(coeff(Gser, x, n), n = 0 .. 65); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 09 2007
|
|
|
CROSSREFS
| Sequence in context: A101809 A127203 A126132 * A052552 A147000 A147486
Adjacent sequences: A129979 A129980 A129981 * A129983 A129984 A129985
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul Curtz (bpcrtz(AT)free.fr), Jun 14 2007
|
|
|
EXTENSIONS
| More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 09 2007
|
| |
|
|