login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A130886
4n^4 + 3n^3 + 2n^2 + n + 1.
1
1, 11, 99, 427, 1253, 2931, 5911, 10739, 18057, 28603, 43211, 62811, 88429, 121187, 162303, 213091, 274961, 349419, 438067, 542603, 664821, 806611, 969959, 1156947, 1369753, 1610651, 1882011, 2186299, 2526077, 2904003
OFFSET
0,2
LINKS
FORMULA
G.f.: (1 + 6*x + 54*x^2 + 32*x^3 + 3*x^4)/(1 - x)^5. - Vincenzo Librandi, Feb 12 2013
MATHEMATICA
CoefficientList[Series[(1 + 6 x + 54 x^2 + 32 x^3 + 3 x^4)/(1 - x)^5, {x, 0, 35}], x] (* Vincenzo Librandi, Feb 12 2013 *)
PROG
(Magma) [4*n^4+3*n^3+2*n^2+n+1: n in [0..40]]; // Vincenzo Librandi, Feb 12 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jul 26 2007
STATUS
approved