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!)
A022399 Fibonacci sequence beginning 1, 29. 1
1, 29, 30, 59, 89, 148, 237, 385, 622, 1007, 1629, 2636, 4265, 6901, 11166, 18067, 29233, 47300, 76533, 123833, 200366, 324199, 524565, 848764, 1373329, 2222093, 3595422, 5817515, 9412937, 15230452, 24643389, 39873841, 64517230, 104391071, 168908301, 273299372, 442207673 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
G.f.: (1+28*x)/(1-x-x^2). - Philippe Deléham, Nov 20 2008
MATHEMATICA
Table[Fibonacci[n+2] + 27*Fibonacci[n], {n, 0, 50}] (* G. C. Greubel, Mar 01 2018 *)
LinearRecurrence[{1, 1}, {1, 29}, 40] (* Harvey P. Dale, Dec 30 2022 *)
PROG
(PARI) for(n=0, 40, print1(fibonacci(n+2) + 27*fibonacci(n), ", ")) \\ G. C. Greubel, Mar 01 2018
(Magma) [Fibonacci(n+2) + 27*Fibonacci(n): n in [0..40]]; // G. C. Greubel, Mar 01 2018
CROSSREFS
Sequence in context: A007642 A353004 A295749 * A042694 A042696 A042698
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(30) onward added by G. C. Greubel, Mar 01 2018
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)