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

A071552
a(n) = (10n)!/n!^10.
7
1, 3628800, 2375880867360000, 4386797336285844480000000, 12868639981414579848070084500000000, 49120458506088132224064306071170476903628800
OFFSET
0,2
LINKS
MATHEMATICA
Table[(10n)!/(n)!^10, {n, 0, 20}] (* Vincenzo Librandi, Aug 13 2014 *)
PROG
(Magma) [Factorial(10*n)/Factorial(n)^10: n in [0..20]]; // Vincenzo Librandi, Aug 13 2014
CROSSREFS
Sequences (k*n)!/n!^k: A000984 (k = 2), A006480 (k = 3), A008977 (k = 4), A008978 (k = 5), A008979 (k = 6), A071549 (k = 7), A071550 (k = 8), A071551 (k = 9).
Sequence in context: A213872 A227672 A172540 * A181726 A195394 A053501
KEYWORD
nonn
AUTHOR
Benoit Cloitre, May 30 2002
STATUS
approved

  NODES
orte 1
see 1
Story 1