login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A129900
Primes p such that 10*p + q is a prime, where q is the smallest prime > p.
4
2, 31, 47, 61, 73, 83, 131, 151, 157, 211, 251, 257, 353, 383, 557, 563, 571, 593, 661, 733, 797, 941, 971, 977, 997, 1013, 1033, 1063, 1069, 1097, 1187, 1237, 1291, 1307, 1321, 1459, 1511, 1543, 1613, 1621, 1657, 1741, 1753, 1777
OFFSET
1,1
LINKS
EXAMPLE
1097 is a prime, and the next prime is 1103. 10*1097 + 1103 = 12073, which is prime.
MATHEMATICA
Select[Prime[Range[1000]], PrimeQ[10*# + Prime[PrimePi[ # ] + 1]] &]
Select[Prime[Range[1000]], PrimeQ[10#+NextPrime[#]]&] (* Harvey P. Dale, Jun 12 2014 *)
CROSSREFS
Sequence in context: A241484 A235477 A370157 * A262834 A376205 A229206
KEYWORD
nonn
AUTHOR
J. M. Bergot, Jun 04 2007
EXTENSIONS
Edited, corrected and extended by Stefan Steinerberger, Jul 21 2007
STATUS
approved