|
| |
|
|
A022389
|
|
Fibonacci sequence beginning 7 15.
|
|
2
|
|
|
|
7, 15, 22, 37, 59, 96, 155, 251, 406, 657, 1063, 1720, 2783, 4503, 7286, 11789, 19075, 30864, 49939, 80803, 130742, 211545, 342287, 553832, 896119, 1449951, 2346070, 3796021, 6142091, 9938112, 16080203, 26018315, 42098518, 68116833, 110215351, 178332184
(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.: (7+8*x)/(1-x-x^2). [From Philippe DELEHAM, Nov 20 2008]
|
|
|
MATHEMATICA
|
a={}; b=7; c=15; 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: A053354 A022552 A082658 * A041225 A128840 A041935
Adjacent sequences: A022386 A022387 A022388 * A022390 A022391 A022392
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|