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.

A022527 Nexus numbers: a(n) = (n+1)^11 - n^11.

Original entry on oeis.org

1, 2047, 175099, 4017157, 44633821, 313968931, 1614529687, 6612607849, 22791125017, 68618940391, 185311670611, 457696700077, 1049152023349, 2257404775627, 4600190689711, 8942430185041, 16679710263217, 29996513771599, 52221848818987, 88309741101781
Offset: 0

Views

Author

Keywords

References

  • J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.

Crossrefs

Column k=10 of A047969.
Cf. A008455 (n^11).

Programs

Formula

G.f.: -(x^10 + 2036*x^9 + 152637*x^8 + 2203488*x^7 + 9738114*x^6 + 15724248*x^5 + 9738114*x^4 + 2203488*x^3 + 152637*x^2 + 2036*x + 1) / (x - 1)^11. - Colin Barker, Dec 22 2012
a(n) = A008455(n+1) - A008455(n). - Michel Marcus, Feb 28 2018
G.f.: polylog(-11, x)*(1-x)/x. See the g.f. of the rows of A008292 by Vladeta Jovovic, Sep 02 2002. - Wolfdieter Lang, May 10 2021