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!)
A369636 Powerful numbers k that are neither prime powers nor products of primorials. 1

%I #6 Feb 03 2024 09:51:01

%S 100,108,196,200,225,324,392,400,441,484,500,648,675,676,784,800,968,

%T 972,1000,1089,1125,1156,1225,1323,1352,1372,1444,1521,1568,1600,1764,

%U 1936,1944,2000,2025,2116,2312,2500,2601,2700,2704,2744,2888,2916,3025,3087,3136

%N Powerful numbers k that are neither prime powers nor products of primorials.

%C Proper subset of A367268 which is in turn a proper subset of A080259.

%C Superset of A369417.

%H Michael De Vlieger, <a href="/A369636/b369636.txt">Table of n, a(n) for n = 1..10000</a>

%F {a(n)} = A286708 \ A025487.

%e Let P(n) = A002110(n).

%e 36 = 6^2 = P(2)^2 is a product of primorials and not in the sequence.

%e 72 = 2 * 6^2 = P(1) * P(2)^2 is a product of primorials and not in the sequence.

%e a(1) = 100 = 2^2 * 5^2 is not a product of primorials.

%e a(2) = 108 = 2^2 * 3^3 is not a product of primorials, etc.

%t With[{nn = 3200}, Select[

%t Select[

%t Rest@ Union@ Flatten@ Table[a^2*b^3, {b, nn^(1/3)}, {a, Sqrt[nn/b^3]}],

%t Not@*PrimePowerQ],

%t Nand[EvenQ[#1], Union@ Differences@ PrimePi[#2[[All, 1]]] == {1},

%t AllTrue[Differences@ #2[[All, -1]], # <= 0 &]] & @@

%t {#, FactorInteger[#]} &] ]

%Y Cf. A001694, A002110, A025487, A080259, A126706, A286708, A367268, A369417.

%K nonn

%O 1,1

%A _Michael De Vlieger_, Jan 28 2024

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 September 16 13:56 EDT 2024. Contains 375976 sequences. (Running on oeis4.)