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!)
A271779 a(n) = n^3 + 2*n^2 + 5*n + 11. 1
11, 19, 37, 71, 127, 211, 329, 487, 691, 947, 1261, 1639, 2087, 2611, 3217, 3911, 4699, 5587, 6581, 7687, 8911, 10259, 11737, 13351, 15107, 17011, 19069, 21287, 23671, 26227, 28961, 31879, 34987, 38291, 41797, 45511, 49439, 53587, 57961, 62567, 67411, 72499 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Roman Witula, Damian Slota and Adam Warzynski, Quasi-Fibonacci Numbers of the Seventh Order, J. Integer Seq., 9 (2006), Article 06.4.3, page 24.
FORMULA
O.g.f.: (11 - 25*x + 27*x^2 - 7*x^3)/(1 - x)^4.
E.g.f.: (11 + 8*x + 5*x^2 + x^3)*exp(x).
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n>3.
MATHEMATICA
Table[n^3 + 2 n^2 + 5 n + 11, {n, 0, 50}]
PROG
(Magma) [n^3+2*n^2+5*n+11: n in [0..50]];
(PARI) vector(50, n, n--; n^3+2*n^2+5*n+11) \\ Altug Alkan, Apr 14 2016
CROSSREFS
Subsequence of A001651, A032793.
Sequence in context: A226542 A117873 A321568 * A271840 A076853 A167475
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 14 2016
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)