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!)
A062506 n divisible by at least one twin prime (A001097). 1
3, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 80, 81, 82, 84, 85, 86, 87 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A062729.
LINKS
EXAMPLE
36 is included because 36 is divisible by 3 and 3+2 is a prime.
PROG
(PARI) isok(n) = {my(f = factor(n)); for (i=1, #f~, p = f[i, 1]; if (isprime(p-2) || isprime(p+2), return (1)); ); return (0); } \\ Michel Marcus, May 20 2014
CROSSREFS
Sequence in context: A057716 A138591 A136492 * A308468 A213199 A184987
KEYWORD
nonn
AUTHOR
Leroy Quet, Jul 09 2001
EXTENSIONS
Offset changed to 1 by Michel Marcus, May 20 2014
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 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)