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.

A069473 First differences of (n+1)^6-n^6 (A022522).

Original entry on oeis.org

62, 602, 2702, 8162, 19502, 39962, 73502, 124802, 199262, 303002, 442862, 626402, 861902, 1158362, 1525502, 1973762, 2514302, 3159002, 3920462, 4812002, 5847662, 7042202, 8411102, 9970562, 11737502, 13729562, 15965102, 18463202
Offset: 0

Views

Author

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

Keywords

Crossrefs

Programs

  • Magma
    [30*n^4+120*n^3+210*n^2+180*n+62: n in [0..30]]; // Bruno Berselli, Feb 25 2015
  • Mathematica
    Differences[Table[(n + 1)^6 - n^6, {n, 0, 30}]] (* Harvey P. Dale, Dec 27 2011 *)

Formula

a(n) = 30*n^4 + 120*n^3 + 210*n^2 + 180*n + 62.
G.f.: 2*(31 + 146*x + 156*x^2 + 26*x^3 + x^4)/(1 - x)^5. [Bruno Berselli, Feb 25 2015]

Extensions

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