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.

A255187 29-gonal numbers: a(n) = n*(27*n-25)/2.

Original entry on oeis.org

0, 1, 29, 84, 166, 275, 411, 574, 764, 981, 1225, 1496, 1794, 2119, 2471, 2850, 3256, 3689, 4149, 4636, 5150, 5691, 6259, 6854, 7476, 8125, 8801, 9504, 10234, 10991, 11775, 12586, 13424, 14289, 15181, 16100, 17046, 18019, 19019, 20046, 21100
Offset: 0

Views

Author

Luciano Ancora, Apr 04 2015

Keywords

Comments

See comments in A255184.

References

  • E. Deza and M. M. Deza, Figurate numbers, World Scientific Publishing (2012), page 6 (27th row of the table).

Crossrefs

Cf. similar sequences listed in A255184.

Programs

Formula

G.f.: x*(-1 - 26*x)/(-1 + x)^3.
a(n) = A000217(n) + 26*A000217(n-1).
Product_{n>=2} (1 - 1/a(n)) = 27/29. - Amiram Eldar, Jan 22 2021
E.g.f.: exp(x)*(x + 27*x^2/2). - Nikolaos Pantelidis, Feb 06 2023