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.

A168660 a(n) = n^7*(n^3 + 1)/2.

Original entry on oeis.org

0, 1, 576, 30618, 532480, 4921875, 30373056, 141649396, 537919488, 1745783685, 5005000000, 12978455886, 30976598016, 68960620183, 144680034240, 288410625000, 549890031616, 1008202119561, 1785539723328, 3065980064770
Offset: 0

Views

Author

N. J. A. Sloane, Dec 11 2009

Keywords

Crossrefs

Cf. A168635.

Programs

Formula

From G. C. Greubel, Jul 28 2016: (Start)
G.f.: x*(1 + 565*x + 24337*x^2 + 227197*x^3 + 653875*x^4 + 656479*x^5 + 227995*x^6 + 23503*x^7 + 448*x^8)/(1 - x)^11.
E.g.f.: (1/2)*x*(2 + 574*x + 9631*x^2 + 34455*x^3 + 42665*x^4 + 22848*x^5 + 5881*x^6 + 750*x^7 + 45*x^8 + x^9)*exp(x). (End)