A369181 a(n) = (n^3-1)!.
1, 5040, 403291461126605635584000000, 1982608315404440064116146708361898137544773690227268628106279599612729753600000000000000
Offset: 1
Keywords
Programs
-
Maple
seq((n^3-1)! , n = 1..4);
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.
seq((n^3-1)! , n = 1..4);