A130886 4n^4 + 3n^3 + 2n^2 + n + 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
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Programs
-
Magma
[4*n^4+3*n^3+2*n^2+n+1: n in [0..40]]; // 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 *)
Formula
G.f.: (1 + 6*x + 54*x^2 + 32*x^3 + 3*x^4)/(1 - x)^5. - Vincenzo Librandi, Feb 12 2013