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!)
A167497 Primes p such that (p reversed)-8 is also a prime. 2
11, 13, 19, 31, 73, 79, 97, 103, 157, 163, 181, 193, 199, 523, 541, 571, 727, 739, 751, 907, 919, 967, 991, 1021, 1039, 1051, 1063, 1087, 1117, 1123, 1129, 1201, 1249, 1291, 1303, 1321, 1381, 1399, 1447, 1453, 1459, 1471, 1483, 1489, 1567, 1579, 1627, 1783 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
13->31-8=23; 19->91-8=83; 31->13-8=5; 73->37-8=29.
MATHEMATICA
Select[Prime[Range[5, 4000]], PrimeQ[FromDigits[Reverse[IntegerDigits[#]]] - 8] &] (* Vincenzo Librandi, Sep 15 2013 *)
PROG
(Magma) [p: p in PrimesInInterval(11, 4000) | IsPrime(q-8) where q is Seqint(Reverse(Intseq(p)))]; // Vincenzo Librandi, Sep 15 2013
CROSSREFS
Sequence in context: A081983 A081984 A145482 * A068579 A048519 A288878
KEYWORD
nonn,base
AUTHOR
Vincenzo Librandi, Nov 05 2009
EXTENSIONS
911 replaced by 919 - R. J. Mathar, Nov 08 2009
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 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)