A329530 a(n) = n * (7*binomial(n, 2) + 1).
0, 1, 16, 66, 172, 355, 636, 1036, 1576, 2277, 3160, 4246, 5556, 7111, 8932, 11040, 13456, 16201, 19296, 22762, 26620, 30891, 35596, 40756, 46392, 52525, 59176, 66366, 74116, 82447, 91380, 100936, 111136, 122001, 133552, 145810, 158796, 172531, 187036, 202332, 218440
Offset: 0
References
- E. Deza and M. M. Deza, Figurate numbers, World Scientific Publishing (2012), 144.
Links
- Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
Crossrefs
Programs
-
Mathematica
Table[n (7 Binomial[n, 2] + 1), {n, 0, 40}] nmax = 40; CoefficientList[Series[x (1 + 12 x + 8 x^2)/(1 - x)^4, {x, 0, nmax}], x] LinearRecurrence[{4, -6, 4, -1}, {0, 1, 16, 66}, 41]
Comments