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

A032783
Integer quotients n(n+1)(n+2)...(n+9) / (n+(n+1)+(n+2)+...+(n+9)).
2
0, 3193344, 103783680, 1176215040, 13408851456, 136060404480, 296673062400, 2928232581120, 28584078082560, 298481033410560, 2882675347808256, 6212485673222400, 59824429481456640, 575403307935456000
OFFSET
0,2
MATHEMATICA
Select[Table[Times@@Range[n, n+9]/Total[Range[n, n+9]], {n, 0, 150}], IntegerQ] (* Harvey P. Dale, Sep 02 2016 *)
CROSSREFS
Sequence in context: A204629 A235070 A203877 * A034638 A122034 A153750
KEYWORD
nonn
AUTHOR
Patrick De Geest, May 15 1998
STATUS
approved