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”).

A094370
Denominator of Integrate_{x=0..n} binomial (x, n) dx.
1
1, 2, 3, 8, 45, 288, 140, 17280, 14175, 89600, 299376, 17418240, 5255250, 402361344000, 2501928000, 98402304, 488462349375, 342372925440000, 2534852320000, 5377993912811520000, 4842604238472, 29967718809600000
OFFSET
0,2
MATHEMATICA
Table[ Denominator[ Integrate[ Binomial[x, n], {x, 0, n}]], {n, 0, 22}]
CROSSREFS
Numerators are in A094369.
Sequence in context: A118127 A100644 A013208 * A066084 A141319 A369602
KEYWORD
nonn,frac
AUTHOR
Robert G. Wilson v, Apr 27 2004
STATUS
approved