login
A391330
Odd semiprimes that are not multiples of 3; Semiprimes congruent to 1 or 5 mod 6.
8
25, 35, 49, 55, 65, 77, 85, 91, 95, 115, 119, 121, 133, 143, 145, 155, 161, 169, 185, 187, 203, 205, 209, 215, 217, 221, 235, 247, 253, 259, 265, 287, 289, 295, 299, 301, 305, 319, 323, 329, 335, 341, 355, 361, 365, 371, 377, 391, 395, 403, 407, 413, 415, 427, 437, 445, 451, 469, 473, 481, 485, 493, 497, 505, 511
OFFSET
1,1
COMMENTS
Question: Do the ratios A391328(n)/a(n) and A391335(n)/a(n) converge to about the same limit? [See the first and the third Plot2-links]
MATHEMATICA
Select[Range[511], PrimeOmega[#]==2&&!Divisible[#, 2]&&!Divisible[#, 3]&] (* James C. McMahon, Dec 08 2025 *)
PROG
(PARI) is_A391330(n) = ((n%2) && (n%3) && 2==bigomega(n));
CROSSREFS
Intersection of A001358 and A007310, intersection of A046315 and A176551.
Subsequence of A038509.
Sequence in context: A038509 A067793 A287918 * A054550 A107472 A193165
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 07 2025
STATUS
approved