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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A248770 Greatest 6th power integer that divides n!. 3
1, 1, 1, 1, 1, 1, 1, 64, 64, 64, 64, 64, 64, 64, 46656, 2985984, 2985984, 2985984, 2985984, 191102976, 191102976, 191102976, 191102976, 191102976, 2985984000000, 2985984000000, 2176782336000000, 139314069504000000, 139314069504000000, 139314069504000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
COMMENTS
Every term divides all its successors.
LINKS
FORMULA
a(n) = n!/A248772(n).
EXAMPLE
a(8) = 64 because 64 divides 8! and if k > 2 then k^6 does not divide 8!.
MATHEMATICA
z = 50; f[n_] := f[n] = FactorInteger[n!]; r[m_, x_] := r[m, x] = m*Floor[x/m];
u[n_] := Table[f[n][[i, 1]], {i, 1, Length[f[n]]}];
v[n_] := Table[f[n][[i, 2]], {i, 1, Length[f[n]]}];
p[m_, n_] := p[m, n] = Product[u[n][[i]]^r[m, v[n]][[i]], {i, 1, Length[f[n]]}];
m = 6; Table[p[m, n], {n, 1, z}] (* A248770 *)
Table[p[m, n]^(1/m), {n, 1, z}] (* A248771 *)
Table[n!/p[m, n], {n, 1, z}] (* A248772 *)
CROSSREFS
Sequence in context: A188828 A331224 A123994 * A272297 A291094 A291965
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 14 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 July 22 16:15 EDT 2024. Contains 374540 sequences. (Running on oeis4.)