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!)
A212272 a(n) = Fibonacci(n) + n^3. 4
0, 2, 9, 29, 67, 130, 224, 356, 533, 763, 1055, 1420, 1872, 2430, 3121, 3985, 5083, 6510, 8416, 11040, 14765, 20207, 28359, 40824, 60192, 90650, 138969, 216101, 339763, 538618, 859040, 1376060, 2211077, 3560515, 5742191, 9270340, 14977008, 24208470, 39143041 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: x*(2-x+2*x^2-9*x^3)/((1-x-x^2)*(1-x)^4).
MATHEMATICA
Table[Fibonacci[n] + n^3, {n, 0, 38}]
PROG
(PARI) for(n=0, 38, print1(fibonacci(n)+n^3", "));
(Magma) [Fibonacci(n)+n^3: n in [0..38]];
CROSSREFS
Sequence in context: A041877 A090208 A123058 * A062452 A265440 A152891
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, May 09 2012
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 09:52 EDT 2024. Contains 372532 sequences. (Running on oeis4.)