OFFSET
1,6
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
MATHEMATICA
f[p_, e_] := p^Floor[e/2]; b[1] = 1; b[n_] := Times @@ f @@@ FactorInteger[n!];
c[n_] := Module[{k = 1}, NestWhile[#/(++k)^2 &, n!, IntegerQ]; (k-1)!];
a[n_] := b[n] / c[n]; Array[a, 100] (* Amiram Eldar, May 24 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 25 2000
EXTENSIONS
Name corrected by Amiram Eldar, May 24 2024
STATUS
approved