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!)
A098547 a(n) = n^3 + n^2 + 1. 11
1, 3, 13, 37, 81, 151, 253, 393, 577, 811, 1101, 1453, 1873, 2367, 2941, 3601, 4353, 5203, 6157, 7221, 8401, 9703, 11133, 12697, 14401, 16251, 18253, 20413, 22737, 25231, 27901, 30753, 33793, 37027, 40461, 44101, 47953, 52023, 56317, 60841, 65601 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Colin Barker, Aug 29 2014
G.f.: (1 - x + 7*x^2 - x^3)/(1-x)^4. - Colin Barker, Aug 29 2014
a(n) = A081423(n) + A000217(n-1). - Bruce J. Nicholson, Jan 06 2019
MAPLE
with(combinat): seq(fibonacci(3, n)+n^3, n=0..40); # Zerinvary Lajos, May 25 2008
MATHEMATICA
Table[n^3+n^2+1, {n, 0, 100}] (* Vladimir Joseph Stephan Orlovsky, Mar 09 2011 *)
PROG
(Magma) [(n^3+n^2+1): n in [1..60]]; // Vincenzo Librandi, Apr 06 2011
(PARI) Vec(-(x^3-7*x^2+x-1)/(x-1)^4 + O(x^100)) \\ Colin Barker, Aug 29 2014
CROSSREFS
Sequence in context: A147168 A147183 A254955 * A256316 A194486 A024535
KEYWORD
nonn,easy
AUTHOR
Douglas Winston (douglas.winston(AT)srupc.com), Oct 26 2004
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 21 12:09 EDT 2024. Contains 372736 sequences. (Running on oeis4.)