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!)
A359280 Powerful numbers that are neither prime powers nor powers of squarefree composites. 4
72, 108, 144, 200, 288, 324, 392, 400, 432, 500, 576, 648, 675, 784, 800, 864, 968, 972, 1125, 1152, 1323, 1352, 1372, 1568, 1600, 1728, 1800, 1936, 1944, 2000, 2025, 2304, 2312, 2500, 2592, 2700, 2704, 2888, 2916, 3087, 3136, 3200, 3267, 3456, 3528, 3600, 3872, 3888, 3969 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that omega(k) > 1 and for prime power factors p^e | k, multiplicities e > 1, yet the multiplicities are not equal.
Subset of A286708, which in turn is a subset of A361098, itself a subset of A126706, the sequence of numbers neither squarefree nor prime powers.
Since A001694 = Union({1}, A246547, A286708), this sequence is a subset of A001694.
LINKS
Michael De Vlieger, Plot A001694(ym + x) at (x, y) for n = ym + x, m = 1024 and x = 1..m, y = 0..m-1, showing terms in this sequence in black, and both prime powers and those in A303606 in white.
Michael De Vlieger, Plot A286708(n) at (x, y) for n = ym + x, m = 1024 and x = 1..m, y = 0..m-1, showing terms in this sequence in black, and those in A303606 in white.
FORMULA
This sequence is A286708 \ A303606.
Sum_{n>=1} 1/a(n) = zeta(2)*zeta(3)/zeta(6) - Sum_{k>=2} (zeta(k)/zeta(2*k) - 1) - 1 = 0.094962568855... . - Amiram Eldar, Dec 09 2023
EXAMPLE
Let b(n) = A286708(n).
b(1) = 36 is not in the sequence since rad(36) = A007947(36) = 6, and 36 = 6^2.
b(2) = a(1) = 72 since 72 is not a perfect power of rad(72).
b(3) = 100 = rad(100)^2 = 10^2, so it is not in the sequence.
b(4) = a(2) = 108, since 108 is not a perfect power of rad(108) = 6.
b(5) = a(3) = 144, since 144 is not a perfect power of rad(144) = 6.
b(6) = 196 is not in the sequence since 196 = rad(196)^2 = 14^2, etc.
MATHEMATICA
nn = 5000; s = Rest@ Select[Union@ Flatten@Table[a^2*b^3, {b, nn^(1/3)}, {a, Sqrt[nn/b^3]}], Not@*PrimePowerQ]; Select[s, !SameQ @@ FactorInteger[#][[All, -1]] &]
CROSSREFS
Sequence in context: A216426 A308053 A356871 * A307758 A272191 A072412
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Aug 01 2023
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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)