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