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

 


A105350
Largest squared factorial dividing n!.
2
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,5
COMMENTS
a(n) = A001044(A056039(n)) = A056038(n)^2.
Whenever n > 1 is not in A056067, a(n) = A180064(n). - Andrey Zabolotskiy, Oct 19 2023
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 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 01 2005
EXTENSIONS
Data and offset corrected by Jean-François Alcover, Aug 07 2018
Edited by Andrey Zabolotskiy, Oct 18 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | 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 24 11:34 EDT 2024. Contains 376196 sequences. (Running on oeis4.)