OFFSET
0,1
COMMENTS
Minimal norm of a sequence of 3-D lattices that converges to the FCC lattice.
LINKS
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
From Elmo R. Oliveira, May 25 2026: (Start)
G.f.: (2 + 9*x + 91*x^2 + 71*x^3 + 19*x^4)/(1 - x)^5.
E.g.f.: (2 + 17*x + 65*x^2 + 48*x^3 + 8*x^4)*exp(x).
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). (End)
MATHEMATICA
Table[8n^4+9n^2+2, {n, 0, 40}] (* Harvey P. Dale, Nov 26 2018 *)
PROG
(PARI) a(n)=8*n^4+9*n^2+2 \\ Charles R Greathouse IV, Oct 21 2022
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 17 2008
STATUS
approved
