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!)
A167609 Primes which are not the sum of two consecutive nonprimes A141468. 1
2, 3, 7, 11, 13, 23, 37, 47, 59, 61, 73, 83, 107, 157, 167, 179, 193, 227, 263, 277, 313, 347, 359, 383, 397, 421, 457, 467, 479, 503, 541, 563, 587, 613, 661, 673, 719, 733, 757, 839, 863, 877, 887, 983, 997, 1019, 1093, 1153, 1187, 1201, 1213, 1237, 1283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
2, and primes p such that floor(p/2) or ceiling(p/2) is prime, but not both. - Robert Israel, Jan 23 2024
LINKS
MAPLE
filter:= proc(n) if n mod 4 = 1
then isprime(n) and isprime((n+1)/2)
else isprime(n) and isprime((n-1)/2)
fi end proc:
2, 3, op(select(filter, [seq(i, i=7 .. 10000, 2)])); # Robert Israel, Jan 23 2024
CROSSREFS
Sequence in context: A091206 A357713 A038963 * A117112 A145032 A233414
KEYWORD
nonn
AUTHOR
EXTENSIONS
Entries checked by R. J. Mathar, May 30 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 September 17 19:13 EDT 2024. Contains 375990 sequences. (Running on oeis4.)