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!)
A248776 Greatest 8th power integer that divides n! 3
1, 1, 1, 1, 1, 1, 1, 1, 1, 256, 256, 256, 256, 256, 256, 256, 256, 429981696, 429981696, 429981696, 429981696, 429981696, 429981696, 429981696, 429981696, 429981696, 429981696, 110075314176, 110075314176, 110075314176, 110075314176, 110075314176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,10
COMMENTS
Every term divides all its successors.
LINKS
FORMULA
a(n) = n!/A248778(n).
EXAMPLE
a(8) = 128 because 128 divides 8! and if k > 2 then k^8 does not divide 8!.
MATHEMATICA
z = 60; 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 = 8; Table[p[m, n], {n, 1, z}] (* A248776 *)
Table[p[m, n]^(1/m), {n, 1, z}] (* A248777 *)
Table[n!/p[m, n], {n, 1, z}] (* A248778 *)
Module[{e=Range[30]^8}, Table[Max[Select[e, Divisible[n!, #]&]], {n, 40}]] (* Harvey P. Dale, Dec 23 2019 *)
CROSSREFS
Sequence in context: A186482 A186474 A093861 * A223600 A217848 A044872
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)