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.

A069474 First differences of A069473.

Original entry on oeis.org

540, 2100, 5460, 11340, 20460, 33540, 51300, 74460, 103740, 139860, 183540, 235500, 296460, 367140, 448260, 540540, 644700, 761460, 891540, 1035660, 1194540, 1368900, 1559460, 1766940, 1992060, 2235540, 2498100, 2780460, 3083340
Offset: 0

Views

Author

Eli McGowan (ejmcgowa(AT)mail.lakeheadu.ca), Mar 26 2002

Keywords

Crossrefs

Equals 60 * A005898(n+1).

Programs

  • Mathematica
    Differences[Table[(n + 1)^6 - n^6, {n, 0, 30}], 2] (* Harvey P. Dale, Dec 27 2011 *)

Formula

a(n) = 120*n^3 + 540*n^2 + 900*n + 540.
G.f.: 60*(9 - x + 5*x^2 - x^3)/(1 - x)^4. [Bruno Berselli, Feb 25 2015]

Extensions

Offset changed from 1 to 0 and added a(0)=540 by Bruno Berselli, Feb 25 2015