OFFSET
0,3
COMMENTS
See comments in A255184.
Also star 15-gonal numbers.
REFERENCES
E. Deza and M. M. Deza, Figurate numbers, World Scientific Publishing (2012), page 6 (28th row of the table).
LINKS
Luciano Ancora, Table of n, a(n) for n = 0..1000
Luciano Ancora, Polygonal and Pyramidal numbers, Section 1.
Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
FORMULA
G.f.: x*(-1 - 27*x)/(-1 + x)^3.
Product_{n>=2} (1 - 1/a(n)) = 14/15. - Amiram Eldar, Jan 22 2021
E.g.f.: exp(x)*(x + 14*x^2). - Nikolaos Pantelidis, Feb 05 2023
MATHEMATICA
Table[n (14 n - 13), {n, 40}]
PROG
(PARI) a(n)=n*(14*n-13) \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Luciano Ancora, Apr 04 2015
STATUS
approved