login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A321207
a(n) = (n*n!)^3.
0
1, 64, 5832, 884736, 216000000, 80621568000, 43912253952000, 33560740233216000, 34835065137266688000, 47784725839872000000000, 84653556693609480192000000, 189912972073787235237888000000, 530482432188949589775089664000000, 1818063982946861510421834104832000000
OFFSET
1,2
FORMULA
a(n) = (A001563(n))^3.
MAPLE
seq((n*(n)!)^3, n=1..20) ;
PROG
(PARI) a(n)=(n*n!)^3 \\ Charles R Greathouse IV, Oct 30 2018
CROSSREFS
Sequence in context: A300810 A301449 A265616 * A281954 A316182 A305768
KEYWORD
nonn,easy
AUTHOR
Peter Szmodics, Oct 30 2018
EXTENSIONS
a(9)-a(14) corrected by Georg Fischer, May 08 2021
STATUS
approved