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.

A127224 a(n) = (n^3)!/n!.

This page as a plain text file.
%I A127224 #16 Jul 27 2025 10:31:47
%S A127224 1,1,20160,1814811575069725360128000000,
%T A127224 5286955507745173504309724555631728366786063173939383008283412265633946009600000000000000
%N A127224 a(n) = (n^3)!/n!.
%H A127224 Amiram Eldar, <a href="/A127224/b127224.txt">Table of n, a(n) for n = 0..7</a>
%t A127224 Table[(n^3)!/(n!), {n, 0, 10}]
%o A127224 (Magma) [ Factorial(n^3) / Factorial(n) : n in [0..10]]; // Geoff Bailey (geoff(AT)maths.usyd.edu.au), Mar 22 2009
%Y A127224 Cf. A127223, A127225.
%K A127224 nonn
%O A127224 0,3
%A A127224 _Artur Jasinski_, Jan 09 2007
%E A127224 Typo corrected (the last 10 zeros of the fourth entry had erroneously become a separate fifth entry) by Geoff Bailey (geoff(AT)maths.usyd.edu.au), Mar 22 2009
%E A127224 a(0)=1 preprended by _Amiram Eldar_, Jul 27 2025