|
| |
|
|
A022376
|
|
Fibonacci sequence beginning 2 28.
|
|
0
|
|
|
|
2, 28, 30, 58, 88, 146, 234, 380, 614, 994, 1608, 2602, 4210, 6812, 11022, 17834, 28856, 46690, 75546, 122236, 197782, 320018, 517800, 837818, 1355618, 2193436, 3549054, 5742490, 9291544, 15034034
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,1
|
|
|
LINKS
|
Table of n, a(n) for n=0..29.
Tanya Khovanova, Recursive Sequences
|
|
|
FORMULA
|
G.f.: (2+26x)/(1-x-x^2). [From Philippe DELEHAM, Nov 19 2008]
|
|
|
MATHEMATICA
|
a={}; b=2; c=28; 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]
|
|
|
CROSSREFS
|
Equals 2 * A022104.
Sequence in context: A056013 A007257 A045487 * A177829 A156471 A138964
Adjacent sequences: A022373 A022374 A022375 * A022377 A022378 A022379
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|