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.

A096200 a(n) = n*(n-1)*(n-2)*(3*n-2)/6.

Original entry on oeis.org

0, 0, 0, 7, 40, 130, 320, 665, 1232, 2100, 3360, 5115, 7480, 10582, 14560, 19565, 25760, 33320, 42432, 53295, 66120, 81130, 98560, 118657, 141680, 167900, 197600, 231075, 268632, 310590, 357280, 409045, 466240, 529232, 598400, 674135, 756840, 846930, 944832
Offset: 0

Views

Author

N. J. A. Sloane, Jul 27 2004

Keywords

Crossrefs

Cf. A051895.

Programs

Formula

From Stefano Spezia, Aug 31 2023: (Start)
G.f.: x^3*(7 + 5*x)/(1 - x)^5.
a(n+2) - a(n+1) = A051895(n). (End)