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!)
A112885 Primes of the form k + prime(k-1). 2
17, 43, 107, 131, 139, 277, 313, 337, 379, 467, 607, 677, 709, 719, 761, 773, 857, 911, 937, 953, 967, 1009, 1063, 1097, 1109, 1229, 1277, 1289, 1319, 1399, 1487, 1499, 1787, 1861, 1879, 1933, 1993, 2027, 2053, 2081, 2131, 2153, 2161, 2207, 2417, 2621 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[ Range[2, 401] + Prime@ Range@ 400, PrimeQ[ # ] &] (* Robert G. Wilson v, Jan 05 2006 *)
PROG
(PARI) lista(nn) = {for (k=2, nn, if (isprime(p=k+prime(k-1)), print1(p, ", ")); ); } \\ Michel Marcus, Aug 16 2018
CROSSREFS
Primes in A090178.
Sequence in context: A172044 A098072 A130467 * A093191 A033703 A227721
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Jan 02 2006
EXTENSIONS
Corrected and extended by Robert G. Wilson v, Jan 05 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)