OFFSET
0,2
LINKS
T. D. Noe, Table of n, a(n) for n = 0..1000
J. H. Conway and N. J. A. Sloane, Low-Dimensional Lattices VII: Coordination Sequences, Proc. Royal Soc. London, A453 (1997), 2369-2389 (pdf).
Index entries for linear recurrences with constant coefficients, signature (5, -10, 10, -5, 1).
FORMULA
a(n) = 10/3*n^4-5/3*n^3+20/3*n^2+5/3*n+2 for n>0 (from Maple section).
From Gopinath A. R., Feb 14 2012, (Start)
G.f.: -(x^5+7*x^4+42*x^3+22*x^2+7*x+1)/(x^5-5*x^4+10*x^3-10*x^2+5*x-1).
E.g.f.: 1/3*(10*x^4+55*x^3+75*x^2+30*x+6)*e^x-1. (End)
MAPLE
10/3*n^4-5/3*n^3+20/3*n^2+5/3*n+2;
PROG
(Magma) [1] cat [10/3*n^4-5/3*n^3+20/3*n^2+5/3*n+2: n in [1..40]]; // Vincenzo Librandi, Aug 03 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved