login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A124438
Numbers that are not divisible by at least one of the (positive) exponents in their prime factorization.
2
8, 9, 25, 32, 40, 45, 49, 56, 63, 64, 75, 81, 88, 96, 99, 104, 117, 121, 125, 128, 136, 147, 152, 153, 162, 169, 171, 175, 184, 200, 207, 224, 225, 232, 243, 245, 248, 250, 261, 275, 279, 280, 288, 289, 296, 315, 320, 325, 328, 333, 343, 344, 352
OFFSET
1,1
COMMENTS
Except for 1, every member of A124184 is in this sequence. Also, this sequence does not contain any squarefree numbers.
LINKS
MATHEMATICA
Select[Range[400], MemberQ[Divisible[#, FactorInteger[#][[All, 2]]], False]&] (* Harvey P. Dale, Mar 25 2018 *)
CROSSREFS
Cf. A124184.
Sequence in context: A115645 A068435 A302554 * A124184 A062307 A114130
KEYWORD
nonn
AUTHOR
Franklin T. Adams-Watters, Dec 16 2006
STATUS
approved