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”).

A176404
Semiprimes == -+1 (mod 8).
1
9, 15, 25, 33, 39, 49, 55, 57, 65, 87, 95, 111, 119, 121, 129, 143, 145, 159, 161, 169, 177, 183, 185, 201, 209, 215, 217, 247, 249, 265, 287, 289, 295, 303, 305, 319, 321, 327, 329, 335, 361, 377, 391, 393, 407, 415, 417, 447, 471, 473, 481, 489, 497, 505
OFFSET
1,1
LINKS
MAPLE
isA001358 := proc(n) numtheory[bigomega](n) = 2 ; end proc: for n from 1 to 600 do if n mod 8 in {1, 7} and isA001358(n) then printf("%d, ", n) ; end if; end do: # R. J. Mathar, Apr 20 2010
CROSSREFS
Cf. A001358.
Sequence in context: A340120 A020154 A079290 * A227198 A279102 A319529
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected (247, 287 inserted) by R. J. Mathar, Apr 20 2010
STATUS
approved