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!)
A024628 Odd numbers k such that neither k nor k + 2 is a power of a prime. 0
33, 55, 63, 75, 85, 91, 93, 115, 117, 133, 141, 143, 145, 153, 159, 175, 183, 185, 187, 201, 203, 205, 207, 213, 215, 217, 219, 235, 245, 247, 253, 259, 265, 273, 285, 295, 297, 299, 301, 303, 319, 321, 323, 325, 327, 333, 339, 355, 363, 369, 375, 385, 391, 393, 403 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) isok(n) = (n % 2) && (omega(n) != 1) && (omega(n+2) != 1); \\ Michel Marcus, Oct 02 2013
CROSSREFS
Sequence in context: A007373 A229254 A242957 * A061864 A075810 A132288
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by David W. Wilson May 15 1997
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)