|
| |
|
|
A022366
|
|
Fibonacci sequence beginning 0 32.
|
|
1
|
|
|
|
0, 32, 32, 64, 96, 160, 256, 416, 672, 1088, 1760, 2848, 4608, 7456, 12064, 19520, 31584, 51104, 82688, 133792, 216480, 350272, 566752, 917024, 1483776, 2400800, 3884576, 6285376, 10169952, 16455328
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,2
|
|
|
LINKS
|
Table of n, a(n) for n=0..29.
Tanya Khovanova, Recursive Sequences
Index to sequences with linear recurrences with constant coefficients, signature (1,1)
|
|
|
FORMULA
|
a(n) = 32*A000045(n).
G.f.: 32*x/(1-x-x^2). [From Philippe DELEHAM, Nov 20 2008]
|
|
|
MATHEMATICA
|
a={}; b=0; c=32; AppendTo[a, b]; AppendTo[a, c]; Do[b=b+c; AppendTo[a, b]; c=b+c; AppendTo[a, c], {n, 4!}]; a [From Vladimir Joseph Stephan Orlovsky, Sep 18 2008]
LinearRecurrence[{1, 1}, {0, 32}, 30] (* From Harvey P. Dale, Apr 07 2012 *)
|
|
|
CROSSREFS
|
Sequence in context: A208129 A126271 A010871 * A165853 A035037 A070618
Adjacent sequences: A022363 A022364 A022365 * A022367 A022368 A022369
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|