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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)