A099196 a(n) = n*(2*n^8 + 84*n^6 + 798*n^4 + 1636*n^2 + 315)/2835.
0, 1, 18, 163, 996, 4645, 17718, 57799, 166344, 432073, 1030490, 2286955, 4772780, 9446125, 17852030, 32398735, 56730512, 96220561, 158611106, 254831667, 400030580, 614859189, 927052742, 1373356887, 2001853784, 2874747225, 4071671786, 5693596923, 7867403068, 10751213181
Offset: 0
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
- Hyun Kwang Kim, On Regular Polytope Numbers, Proc. Amer. Math. Soc., 131 (2003), 65-75.
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
Crossrefs
Programs
-
PARI
concat(0, Vec(x*(1+x)^8/(1-x)^10 + O(x^40))) \\ Michel Marcus, Dec 14 2015
Formula
a(n) = n*(2*n^8 + 84*n^6 + 798*n^4 + 1636*n^2 + 315)/2835.
G.f.: x*(1+x)^8/(1-x)^10. [Colin Barker, May 01 2012]
a(n) = 18*a(n-1)/(n-1) + a(n-2) for n > 1. - Seiichi Manyama, Jun 06 2018
Extensions
More terms from Michel Marcus, Dec 14 2015