cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A099196 a(n) = n*(2*n^8 + 84*n^6 + 798*n^4 + 1636*n^2 + 315)/2835.

Original entry on oeis.org

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

Views

Author

Jonathan Vos Post, Nov 16 2004

Keywords

Crossrefs

Similar sequences: A005900 (m=3), A014820(n-1) (m=4), A069038 (m=5), A069039 (m=6), A099193 (m=7), A099195 (m=8), A099197 (m=10).
Cf. A000332.

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