OFFSET
0,1
COMMENTS
Source: the De Loera et al. article and the Haws website listed in A160747.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = 29*n^4/3 +233*n^3/6 +214*n^2/3 +373*n/6 +21. - R. J. Mathar, Sep 11 2011
MATHEMATICA
Table[(58*n^4 + 233*n^3 + 428*n^2 + 373*n + 126)/6, {n, 0, 50}] (* G. C. Greubel, Apr 26 2018 *)
PROG
(PARI) for(n=0, 30, print1((58*n^4 + 233*n^3 + 428*n^2 + 373*n + 126)/6, ", ")) \\ G. C. Greubel, Apr 26 2018
(Magma) [(58*n^4 + 233*n^3 + 428*n^2 + 373*n + 126)/6: n in [0..30]]; // G. C. Greubel, Apr 26 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 18 2009
STATUS
approved