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.

A136038 a(n) = n^6 - n^4.

Original entry on oeis.org

0, 0, 48, 648, 3840, 15000, 45360, 115248, 258048, 524880, 990000, 1756920, 2965248, 4798248, 7491120, 11340000, 16711680, 24054048, 33907248, 46915560, 63840000, 85571640, 113145648, 147756048, 190771200, 243750000, 308458800, 386889048, 481275648
Offset: 0

Views

Author

Rolf Pleisch, Mar 16 2008

Keywords

Crossrefs

Programs

Formula

From R. J. Mathar, Feb 06 2010: (Start)
a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7).
G.f.: 24*x^2*(1+x)*(2*x^2+11*x+2)/(1-x)^7. (End)
From Amiram Eldar, Jan 12 2021: (Start)
Sum_{n>=2} 1/a(n) = 11/4 - Pi^2/6 - Pi^4/90 = 11/4 - A013661 - A013662.
Sum_{n>=2} (-1)^n/a(n) = 7*Pi^4/720 + Pi^2/12 - 7/4 = A267315 + A072691 - 7/4. (End)