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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022351 Fibonacci sequence beginning 0 17. 0
0, 17, 17, 34, 51, 85, 136, 221, 357, 578, 935, 1513, 2448, 3961, 6409, 10370, 16779, 27149, 43928, 71077, 115005, 186082, 301087, 487169, 788256, 1275425, 2063681, 3339106, 5402787, 8741893, 14144680 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Tanya Khovanova, Recursive Sequences

FORMULA

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

MATHEMATICA

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

CROSSREFS

Sequence in context: A060360 A081702 A040273 * A146873 A146793 A146801

Adjacent sequences:  A022348 A022349 A022350 * A022352 A022353 A022354

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 04:18 EST 2012. Contains 205860 sequences.