login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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).
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)