login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127224 a(n) = (n^3)!/n!. 2

%I #8 Sep 08 2022 08:45:29

%S 1,20160,1814811575069725360128000000,

%T 5286955507745173504309724555631728366786063173939383008283412265633946009600000000000000

%N a(n) = (n^3)!/n!.

%t Table[(n^3)!/(n!), {n, 1, 10}]

%o (Magma) [ Factorial(n^3) / Factorial(n) : n in [1..10]]; // Geoff Bailey (geoff(AT)maths.usyd.edu.au), Mar 22 2009

%Y Cf. A127223, A127225, A127226.

%K nonn

%O 1,2

%A _Artur Jasinski_, Jan 09 2007

%E 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 9 21:41 EDT 2024. Contains 375765 sequences. (Running on oeis4.)