login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A088626
42*C(n,10).
(Formerly N2296)
5
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 462, 2772, 12012, 42042, 126126, 336336, 816816, 1837836, 3879876, 7759752, 14814072, 27159132, 48050772, 82372752, 137287920, 223092870, 354323970, 551170620, 841260420, 1261890630, 1862790930, 2709514080, 3887563680
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
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
A diagonal of A088617.
Sequence in context: A244909 A090297 A008387 * A328175 A216109 A216111
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 23 2003
STATUS
approved