login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A022400
Fibonacci sequence beginning 1, 30.
1
1, 30, 31, 61, 92, 153, 245, 398, 643, 1041, 1684, 2725, 4409, 7134, 11543, 18677, 30220, 48897, 79117, 128014, 207131, 335145, 542276, 877421, 1419697, 2297118, 3716815, 6013933, 9730748, 15744681, 25475429, 41220110, 66695539, 107915649, 174611188, 282526837, 457138025
OFFSET
0,2
FORMULA
G.f.: (1+29*x)/(1-x-x^2). - Philippe Deléham, Nov 20 2008
MATHEMATICA
Table[Fibonacci[n + 2] + 28*Fibonacci[n], {n, 0, 50}] (* G. C. Greubel, Mar 01 2018 *)
PROG
(PARI) for(n=0, 40, print1(fibonacci(n+2) + 28*fibonacci(n), ", ")) \\ G. C. Greubel, Mar 01 2018
(Magma) [Fibonacci(n+2) + 28*Fibonacci(n): n in [0..40]]; // G. C. Greubel, Mar 01 2018
CROSSREFS
Sequence in context: A114964 A341745 A267747 * A042812 A042814 A042816
KEYWORD
nonn
EXTENSIONS
Terms a(30) onward added by G. C. Greubel, Mar 01 2018
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy