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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022402 Fibonacci sequence beginning 1 32. 0
1, 32, 33, 65, 98, 163, 261, 424, 685, 1109, 1794, 2903, 4697, 7600, 12297, 19897, 32194, 52091, 84285, 136376, 220661, 357037, 577698, 934735, 1512433, 2447168, 3959601, 6406769, 10366370, 16773139 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Tanya Khovanova, Recursive Sequences

FORMULA

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

MATHEMATICA

a={}; b=1; 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 Orlovsky (4vladimir(AT)gmail.com), Sep 18 2008]

CROSSREFS

Sequence in context: A134843 A134844 A151983 * A194768 A067010 A029925

Adjacent sequences:  A022399 A022400 A022401 * A022403 A022404 A022405

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 16 21:51 EST 2012. Contains 205978 sequences.