The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022141 Fibonacci sequence beginning 5, 17. 0
5, 17, 22, 39, 61, 100, 161, 261, 422, 683, 1105, 1788, 2893, 4681, 7574, 12255, 19829, 32084, 51913, 83997, 135910, 219907, 355817, 575724, 931541, 1507265, 2438806, 3946071, 6384877, 10330948 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
G.f.: (5+12x)/(1-x-x^2). - Philippe Deléham, Nov 20 2008]
MATHEMATICA
a={}; b=5; c=17; AppendTo[a, b]; AppendTo[a, c]; Do[b=b+c; AppendTo[a, b]; c=b+c; AppendTo[a, c], {n, 4!}]; a (* Vladimir Joseph Stephan Orlovsky, Sep 17 2008 *)
LinearRecurrence[{1, 1}, {5, 17}, 30] (* Harvey P. Dale, Feb 21 2013 *)
CROSSREFS
Sequence in context: A316307 A317262 A031270 * A322985 A240031 A260427
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)