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.

A101384 a(n) = n*(n-1)^3*(n^2-n-1)/2.

Original entry on oeis.org

0, 0, 1, 60, 594, 3040, 10875, 30996, 75460, 163584, 324405, 599500, 1046166, 1740960, 2783599, 4301220, 6453000, 9435136, 13486185, 18892764, 25995610, 35196000, 46962531, 61838260, 80448204, 103507200, 131828125, 166330476, 208049310, 258144544, 317910615
Offset: 0

Views

Author

N. J. A. Sloane, Jan 15 2005

Keywords

References

  • T. A. Gulliver, Sequences from Cubes of Integers, Int. Math. Journal, 4 (2003), 439-445.

Crossrefs

Cf. A062392.

Programs

Formula

G.f.: x^2*(1 + 53*x + 195*x^2 + 107*x^3 + 4*x^4)/(1 - x)^7. - Ilya Gutkovskiy, Feb 24 2017
E.g.f.: x^2*(1 + 19*x + 30*x^2 + 11*x^3 + x^4)*exp(x)/2. - G. C. Greubel, Mar 11 2021