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.

A295471 a(n) = (20*n)!*n!/((10*n)!*(8*n)!*(3*n)!).

This page as a plain text file.
%I A295471 #7 Feb 03 2021 13:50:40
%S A295471 1,2771340,44524428808860,835982760936614190900,
%T A295471 16702642470437308383606668060,345116202503279265243707597937393840,
%U A295471 7282855378270617096441349556073829143864900,155927544469969434644890704895476696960247603510200
%N A295471 a(n) = (20*n)!*n!/((10*n)!*(8*n)!*(3*n)!).
%F A295471 G.f.: hypergeom([1/20, 3/20, 7/20, 9/20, 11/20, 13/20, 17/20, 19/20], [1/8, 1/3, 3/8, 1/2, 5/8, 2/3, 7/8], 625000000/27*x).
%t A295471 Table[((20n)!n!)/((10n)!(8n)!(3n)!),{n,0,10}] (* _Harvey P. Dale_, Feb 03 2021 *)
%Y A295471 Cf. A295431.
%K A295471 nonn
%O A295471 0,2
%A A295471 _Gheorghe Coserea_, Nov 28 2017