OFFSET
1,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,2,-7,21,-35,35,-21,7,-1).
FORMULA
G.f.: x^2*(3*x^10 + 24*x^9 + 82*x^8 + 96*x^7 + 99*x^6 + 112*x^5 + 99*x^4 + 96*x^3 + 82*x^2 + 24*x + 3)/((x-1)^8*(x^6 + x^5 + x^4 + x^3 + x^2 + x + 1)). [Colin Barker, Sep 18 2012]
PROG
(PARI) a(n) = { round(n^7/49) } \\ Harry J. Smith, Jul 24 2009
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 15 2001
STATUS
approved