OFFSET
1,2
COMMENTS
The digital root (A010888) of each term is 1.
LINKS
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = 18*n^4 - 36*n^3 + 27*n^2 - 9*n + 1.
From Elmo R. Oliveira, Sep 01 2025: (Start)
G.f.: -x*(1 + 86*x + 258*x^2 + 86*x^3 + x^4)/(x - 1)^5.
E.g.f.: -1 + exp(x)*(1 + 45*x^2 + 72*x^3 + 18*x^4).
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5) for n > 5. (End)
EXAMPLE
The centered hexagonal number of 4 is 37, and the centered dodecagonal number of 4 is 73, so the fourth term of the series is 37*73 = 2701.
MATHEMATICA
LinearRecurrence[{5, -10, 10, -5, 1}, {1, 91, 703, 2701, 7381}, 40] (* Harvey P. Dale, May 13 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
David Z Crookes, Nov 09 2020
STATUS
approved
