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!)
A124114 Subsequence of primes in sequence b(n) = 2*prime(n) - prime(n+1) + 2 (A124115). 0
3, 3, 5, 5, 11, 11, 17, 17, 19, 29, 41, 41, 43, 59, 71, 79, 83, 101, 101, 107, 107, 101, 127, 137, 131, 149, 163, 179, 173, 191, 191, 197, 227, 227, 229, 239, 233, 269, 281, 281, 311, 311, 347, 347, 349, 353, 379, 383, 401, 419, 431, 439, 443, 461, 461, 457, 499 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) {p=2; q=3; while(p<510, a=2*p-q+2; if(isprime(a), print1(a, ", ")); p=q; q=nextprime(q+1))} - Klaus Brockhaus, Nov 28 2006
CROSSREFS
Cf. A124115.
Sequence in context: A343045 A343041 A124115 * A077893 A077953 A077980
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Nov 28 2006
EXTENSIONS
Corrected and extended by Klaus Brockhaus, Nov 28 2006
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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)