OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Hexagonal Pyramidal Number
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
FORMULA
G.f.: x*(1 + 242*x + 4862*x^2 + 22425*x^3 + 30465*x^4 + 12424*x^5 + 1248*x^6 + 13*x^7)/(1 - x)^10.
a(n) = n *(4*n-1) *(n+1) *(4*n^3+3*n^2-n+6) *(8*n^3+6*n^2-2*n-3) / 648 . - R. J. Mathar, Nov 28 2019
MATHEMATICA
Table[Sum[k (2 k - 1), {k, 0, n (n + 1) (4 n - 1)/6}], {n, 0, 25}]
nmax = 25; CoefficientList[Series[x (1 + 242 x + 4862 x^2 + 22425 x^3 + 30465 x^4 + 12424 x^5 + 1248 x^6 + 13 x^7)/(1 - x)^10, {x, 0, nmax}], x]
LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 1, 252, 7337, 84575, 576080, 2795121, 10700382, 34388362, 96606475}, 26]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Nov 20 2019
STATUS
approved