OFFSET
0,11
REFERENCES
Charles Jordan, Calculus of Finite Differences, Chelsea 1965, p. 449.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
LINKS
T. D. Noe, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
FORMULA
G.f.: 42*x^10/(1-x)^11. - _Colin Barker_, Oct 30 2012
MATHEMATICA
42Binomial[Range[0, 40], 10] (* _Harvey P. Dale_, Apr 19 2020 *)
PROG
(PARI) a(n)=42*binomial(n, 10) \\ _Charles R Greathouse IV_, Oct 07 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
_N. J. A. Sloane_, Nov 23 2003
STATUS
approved