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.

A024004 a(n) = 1 - n^6.

Original entry on oeis.org

1, 0, -63, -728, -4095, -15624, -46655, -117648, -262143, -531440, -999999, -1771560, -2985983, -4826808, -7529535, -11390624, -16777215, -24137568, -34012223, -47045880, -63999999, -85766120, -113379903, -148035888, -191102975, -244140624, -308915775, -387420488, -481890303
Offset: 0

Views

Author

N. J. A. Sloane, corrected Mar 01 2007

Keywords

Crossrefs

Cf. A001014.
a(n) = -A123866(n) for n > 0.

Programs

Formula

From G. C. Greubel, May 11 2017: (Start)
G.f.: (1 - 7*x - 42*x^2 - 322*x^3 - 287*x^4 - 63*x^5)/(1 - x)^7.
E.g.f.: (1 - x - 31*x^2 - 90*x^3 - 65*x^4 - 15*x^5 - x^6)*exp(x). (End)
Sum_{k>=2} -1/a(k) = 11/12 - Pi*tanh(sqrt(3)*Pi/2)/(2*sqrt(3)) = A339529. - Vaclav Kotesovec, Dec 08 2020