login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022378 Fibonacci sequence beginning 2, 32. 2
2, 32, 34, 66, 100, 166, 266, 432, 698, 1130, 1828, 2958, 4786, 7744, 12530, 20274, 32804, 53078, 85882, 138960, 224842, 363802, 588644, 952446, 1541090, 2493536, 4034626, 6528162, 10562788, 17090950
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
G.f.: (2+30x)/(1-x-x^2). - Philippe Deléham, Nov 19 2008
MATHEMATICA
a={}; b=2; c=32; 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 18 2008 *)
LinearRecurrence[{1, 1}, {2, 32}, 40] (* Harvey P. Dale, Mar 18 2013 *)
CROSSREFS
Sequence in context: A018802 A166487 A004842 * A306950 A193419 A160557
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 18:51 EDT 2024. Contains 376014 sequences. (Running on oeis4.)