login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A255187
29-gonal numbers: a(n) = n*(27*n-25)/2.
11
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,3
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).
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
MATHEMATICA
Table[n (27 n - 25)/2, {n, 40}]
PolygonalNumber[29, Range[0, 40]] (* Harvey P. Dale, Jul 25 2021 *)
PROG
(PARI) a(n)=n*(27*n-25)/2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Cf. similar sequences listed in A255184.
Sequence in context: A156784 A142592 A343683 * A273362 A195314 A323218
KEYWORD
nonn,easy
AUTHOR
Luciano Ancora, Apr 04 2015
STATUS
approved