A105350 Largest squared factorial dividing n!.
1, 1, 1, 1, 4, 4, 36, 36, 576, 576, 518400, 518400, 518400, 518400, 25401600, 25401600, 1625702400, 1625702400, 131681894400, 131681894400, 13168189440000, 13168189440000, 1593350922240000, 1593350922240000, 229442532802560000, 229442532802560000
Offset: 0
Keywords
Programs
-
Mathematica
a[n_] := (For[k = 1, Divisible[n!, k!^2], k++]; (k-1)!^2) Table[a[n], {n, 0, 24}] (* Jean-François Alcover, Aug 07 2018 *)
Extensions
Data and offset corrected by Jean-François Alcover, Aug 07 2018
Edited by Andrey Zabolotskiy, Oct 18 2023
Comments