OFFSET
1,2
REFERENCES
Elena Deza and Michel Marie Deza, Figurate numbers, World Scientific Publishing (2012), page 51.
LINKS
Eric Weisstein's World of Mathematics, Centered Polygonal Numbers.
Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
FORMULA
a(n) = 15*n^2 - 15*n + 1.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 3.
G.f.: x*(1 + 28*x + x^2)/(1 - x)^3.
E.g.f.: exp(x)*(1 + 15*x^2) - 1.
Sum_{n>=1} 1/a(n) = Pi*tan(sqrt(11/15)*Pi/2)/sqrt(165).
Sum_{n>=1} a(n)/n! = 16*e - 1.
Sum_{n>=1} (-1)*a(n)/n! = (16 - e)/e.
MATHEMATICA
a[n_]:=15n^2-15n+1; Array[a, 45]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Stefano Spezia, Oct 15 2025
STATUS
approved
