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!)
A248764 Greatest 4th power integer that divides n! 3
1, 1, 1, 1, 1, 16, 16, 16, 1296, 20736, 20736, 20736, 20736, 20736, 20736, 331776, 331776, 429981696, 429981696, 268738560000, 268738560000, 268738560000, 268738560000, 4299816960000, 4299816960000, 4299816960000, 348285173760000, 13379723235164160000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
Every term divides all its successors.
LINKS
FORMULA
a(n) = n!/A248766(n).
EXAMPLE
a(6) = 16 because 16 divides 6! and if k > 2 then k^4 does not divide 6!.
MATHEMATICA
z = 40; 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 = 4; Table[p[m, n], {n, 1, z}] (* A248764 *)
Table[p[m, n]^(1/m), {n, 1, z}] (* A248765 *)
Table[n!/p[m, n], {n, 1, z}] (* A248766 *)
CROSSREFS
Sequence in context: A305945 A010855 A226757 * A238409 A040241 A278348
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 May 10 02:43 EDT 2024. Contains 372354 sequences. (Running on oeis4.)