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!)
A243460 Primes p such that (p reversed)-7 is also a prime. 2
41, 47, 83, 401, 419, 431, 443, 449, 461, 467, 479, 617, 641, 647, 653, 677, 683, 857, 881, 4001, 4007, 4049, 4073, 4079, 4127, 4133, 4157, 4211, 4253, 4289, 4373, 4397, 4421, 4457, 4463, 4583, 4643, 4703, 4751, 4787, 4793, 4799, 4817, 4871, 4919, 4967, 6029 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[4, 7000]], PrimeQ[FromDigits[Reverse[IntegerDigits[#]]] - 7] &]
PROG
(Magma) [p: p in PrimesInInterval(6, 7000) | IsPrime(q-7) where q is Seqint(Reverse(Intseq(p)))];
CROSSREFS
Cf. similar sequences listed in A243457.
Sequence in context: A136294 A180547 A329446 * A186280 A039328 A043151
KEYWORD
nonn,base
AUTHOR
Vincenzo Librandi, Jun 05 2014
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)