login
A391319
Numbers that are neither cubefree nor powerful.
8
24, 40, 48, 54, 56, 80, 88, 96, 104, 112, 120, 135, 136, 152, 160, 162, 168, 176, 184, 189, 192, 208, 224, 232, 240, 248, 250, 264, 270, 272, 280, 296, 297, 304, 312, 320, 328, 336, 344, 351, 352, 360, 368, 375, 376, 378, 384, 405, 408, 416, 424, 440, 448, 456
OFFSET
1,1
COMMENTS
Intersection of A046099 and A332785.
A332785 is the union of this sequence and A386684, disjoint subsets.
A378767 is the union of this sequence and A372404, disjoint subsets.
LINKS
EXAMPLE
Table of n, a(n) for select n:
n a(n)
---------------------------
1 24 = 2^3 * 3
2 40 = 2^3 * 5
3 48 = 2^4 * 3
4 54 = 2 * 3^3
5 56 = 2^3 * 7
6 80 = 2^4 * 5
7 88 = 2^3 * 11
11 120 = 2^3 * 3 * 5
12 135 = 3^3 * 5
17 168 = 2^3 * 3 * 7
76 600 = 2^3 * 3 * 5^2
111 840 = 2^3 * 3 * 5 * 7
MATHEMATICA
fQ[x_] := And[MemberQ[#, 1], AnyTrue[#, # > 2 &]] &[FactorInteger[x][[;; , -1]] ]; Select[Range[500], fQ]
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Dec 07 2025
STATUS
approved