cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A071552 a(n) = (10n)!/n!^10.

This page as a plain text file.
%I A071552 #15 Sep 08 2022 08:45:06
%S A071552 1,3628800,2375880867360000,4386797336285844480000000,
%T A071552 12868639981414579848070084500000000,
%U A071552 49120458506088132224064306071170476903628800
%N A071552 a(n) = (10n)!/n!^10.
%H A071552 Vincenzo Librandi, <a href="/A071552/b071552.txt">Table of n, a(n) for n = 0..100</a>
%t A071552 Table[(10n)!/(n)!^10, {n, 0, 20}] (* _Vincenzo Librandi_, Aug 13 2014 *)
%o A071552 (Magma) [Factorial(10*n)/Factorial(n)^10: n in [0..20]]; // _Vincenzo Librandi_, Aug 13 2014
%Y A071552 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).
%K A071552 nonn
%O A071552 0,2
%A A071552 _Benoit Cloitre_, May 30 2002