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.

A085744 a(n) = A000217(n^3) - n^3.

Original entry on oeis.org

0, 0, 28, 351, 2016, 7750, 23220, 58653, 130816, 265356, 499500, 885115, 1492128, 2412306, 3763396, 5693625, 8386560, 12066328, 17003196, 23519511, 31996000, 42878430, 56684628, 74011861, 95544576, 122062500, 154449100, 193700403, 240934176, 297399466, 364486500
Offset: 0

Views

Author

Jon Perry, Jul 21 2003

Keywords

Examples

			a(3) = T(3^3) - 3^3 = T(27) - 27 = 378 - 27 = 351.
		

Crossrefs

Programs

Formula

a(n) = n^3*(n^3 - 1)/2. - Vincenzo Librandi, Sep 14 2011
From Chai Wah Wu, Aug 08 2022: (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) for n > 6.
G.f.: -x^2*(x^4 + 29*x^3 + 147*x^2 + 155*x + 28)/(x - 1)^7. (End)
a(n) = A071232(n) - A000578(n). - J.S. Seneschal, Jul 08 2025