login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022400 Fibonacci sequence beginning 1 30. 0
1, 30, 31, 61, 92, 153, 245, 398, 643, 1041, 1684, 2725, 4409, 7134, 11543, 18677, 30220, 48897, 79117, 128014, 207131, 335145, 542276, 877421, 1419697, 2297118, 3716815, 6013933, 9730748, 15744681 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Tanya Khovanova, Recursive Sequences

FORMULA

G.f.: (1+29*x)/(1-x-x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 20 2008]

MATHEMATICA

a={}; b=1; c=30; AppendTo[a, b]; AppendTo[a, c]; Do[b=b+c; AppendTo[a, b]; c=b+c; AppendTo[a, c], {n, 4!}]; a [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 18 2008]

CROSSREFS

Sequence in context: A165851 A162503 A003896 * A042812 A042814 A042816

Adjacent sequences:  A022397 A022398 A022399 * A022401 A022402 A022403

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 12:58 EST 2012. Contains 205482 sequences.