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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022350 Fibonacci sequence beginning 0 16. 0
0, 16, 16, 32, 48, 80, 128, 208, 336, 544, 880, 1424, 2304, 3728, 6032, 9760, 15792, 25552, 41344, 66896, 108240, 175136, 283376, 458512, 741888, 1200400, 1942288, 3142688, 5084976, 8227664, 13312640 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Tanya Khovanova, Recursive Sequences

FORMULA

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

a(n) = 16 * A000045(n). [From Vladimir Orlovsky, Jun 08 2011]

MATHEMATICA

a={}; b=0; c=16; 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 17 2008]

CROSSREFS

Sequence in context: A192632 A010855 A040241 * A087970 A174994 A175971

Adjacent sequences:  A022347 A022348 A022349 * A022351 A022352 A022353

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 14 23:53 EST 2012. Contains 205689 sequences.