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!)
A086291 Maximal exponent in prime factorization of 7-smooth numbers. 3
0, 1, 1, 2, 1, 1, 1, 3, 2, 1, 2, 1, 1, 4, 2, 2, 1, 3, 2, 3, 2, 1, 5, 1, 2, 3, 1, 2, 4, 2, 2, 3, 3, 2, 2, 6, 1, 3, 2, 4, 4, 2, 2, 5, 2, 2, 1, 3, 4, 3, 3, 2, 7, 3, 2, 4, 2, 2, 5, 4, 3, 2, 2, 3, 6, 2, 3, 1, 3, 5, 2, 4, 5, 2, 3, 2, 8, 3, 3, 5, 2, 2, 2, 6, 4, 4, 3, 2, 3, 3, 3, 7, 3, 4, 4, 2, 4, 2, 6, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A051903(A002473(n)).
A086290(n) <= a(n) <= A086289(n).
MATHEMATICA
maxExp[1] = 0; maxExp[n_] := Max @@ Last /@ FactorInteger[n]; maxExp/@Select[Range[500], Max[Transpose[FactorInteger[#]][[1]]] <= 7 &] (* Amiram Eldar, Jan 06 2020 *)
CROSSREFS
Sequence in context: A346009 A344756 A101221 * A262766 A262747 A016442
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 15 2003
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)