|
| |
|
|
A022390
|
|
Fibonacci sequence beginning 8 17.
|
|
1
|
|
|
|
8, 17, 25, 42, 67, 109, 176, 285, 461, 746, 1207, 1953, 3160, 5113, 8273, 13386, 21659, 35045, 56704, 91749, 148453, 240202, 388655, 628857, 1017512, 1646369, 2663881, 4310250, 6974131, 11284381, 18258512, 29542893, 47801405, 77344298, 125145703, 202490001
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,1
|
|
|
LINKS
|
Table of n, a(n) for n=0..35.
Tanya Khovanova, Recursive Sequences
|
|
|
FORMULA
|
G.f.: (8+9*x)/(1-x-x^2). [From Philippe DELEHAM, Nov 20 2008]
|
|
|
MATHEMATICA
|
a={}; b=8; c=17; 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
|
Cf. A000032.
Sequence in context: A044060 A121283 A046464 * A041831 A041122 A042211
Adjacent sequences: A022387 A022388 A022389 * A022391 A022392 A022393
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|