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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097657 Fibonacci sequence with first two terms 11 and 23. 1
11, 23, 34, 57, 91, 148, 239, 387, 626, 1013, 1639, 2652, 4291, 6943, 11234, 18177, 29411, 47588, 76999, 124587, 201586, 326173, 527759, 853932, 1381691, 2235623, 3617314, 5852937, 9470251, 15323188, 24793439 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Tanya Khovanova, Recursive Sequences

FORMULA

a(n) = a(n-1) + a(n-2), a(0) = 11 and a(1) = 23

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

MATHEMATICA

a[0] := 11; a[1] := 23; a[n_] := a[n - 1] + a[n - 2]; Table[a[n], {n, 0, 25}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Mar 06 2006

CROSSREFS

Sequence in context: A090920 A126330 A090506 * A041234 A041549 A136771

Adjacent sequences:  A097654 A097655 A097656 * A097658 A097659 A097660

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Sep 20 2004

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Mar 06 2006

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 14:37 EST 2012. Contains 205930 sequences.