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.

A005910 Truncated octahedral numbers: 16*n^3 - 33*n^2 + 24*n - 6.

Original entry on oeis.org

1, 38, 201, 586, 1289, 2406, 4033, 6266, 9201, 12934, 17561, 23178, 29881, 37766, 46929, 57466, 69473, 83046, 98281, 115274, 134121, 154918, 177761, 202746, 229969, 259526, 291513, 326026, 363161, 403014, 445681, 491258
Offset: 1

Views

Author

Keywords

References

  • J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 52
  • H. S. M. Coxeter, Polyhedral numbers, pp. 25-35 of R. S. Cohen, J. J. Stachel and M. W. Wartofsky, eds., For Dirk Struik: Scientific, historical and political essays in honor of Dirk J. Struik, Reidel, Dordrecht, 1974.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

Formula

G.f.: x*(6*x^3 + 55*x^2 + 34*x + 1)/(1-x)^4.
E.g.f.: 6 + (-6 + 7*x + 15*x^2 + 16*x^3)*exp(x). - G. C. Greubel, Nov 04 2017

Extensions

Offset corrected by Daniel Forgues, Aug 15 2012