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.

A051872 20-gonal (or icosagonal) numbers: a(n) = n*(9*n-8).

Original entry on oeis.org

0, 1, 20, 57, 112, 185, 276, 385, 512, 657, 820, 1001, 1200, 1417, 1652, 1905, 2176, 2465, 2772, 3097, 3440, 3801, 4180, 4577, 4992, 5425, 5876, 6345, 6832, 7337, 7860, 8401, 8960, 9537, 10132, 10745, 11376, 12025, 12692, 13377, 14080
Offset: 0

Views

Author

N. J. A. Sloane, Dec 15 1999

Keywords

Comments

This sequence does not contain any squares other than 0 and 1. See A188896. - T. D. Noe, Apr 13 2011
Sequence found by reading the line from 0, in the direction 0, 20,... and the parallel line from 1, in the direction 1, 57,..., in the square spiral whose vertices are the generalized 20-gonal numbers. - Omar E. Pol, Jul 18 2012
This is also a star decagonal number: a(n) = A001107(n) + 10*A000217(n-1). - Luciano Ancora, Mar 30 2015

References

  • Albert H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, p. 189.
  • E. Deza and M. M. Deza, Figurate numbers, World Scientific Publishing (2012), page 6.

Programs

Formula

a(n) = 18*n + a(n-1) - 17, with n > 0, a(0) = 0. - Vincenzo Librandi, Aug 06 2010
G.f.: x*(1+17*x)/(1-x)^3. - Bruno Berselli, Feb 04 2011
a(18*a(n) + 154*n + 1) = a(18*a(n) + 154*n) + a(18*n + 1). - Vladimir Shevelev, Jan 24 2014
Product_{n>=2} (1 - 1/a(n)) = 9/10. - Amiram Eldar, Jan 22 2021
For n>0, a(n) = A002378(3*n-2) + n - 2. - Charlie Marion, Jul 18 2022
E.g.f.: exp(x)*(x + 9*x^2). - Nikolaos Pantelidis, Feb 05 2023