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!)
A243458 Primes p such that (p reversed)-3 is also a prime. 2
5, 23, 29, 41, 43, 47, 61, 67, 211, 227, 229, 239, 241, 251, 263, 277, 281, 283, 293, 401, 419, 431, 433, 449, 457, 467, 479, 491, 499, 601, 613, 647, 653, 659, 661, 673, 677, 683, 691, 2003, 2029, 2053, 2111, 2113, 2129, 2137, 2141, 2161, 2203, 2207, 2213, 2239 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[2, 3000]], PrimeQ[FromDigits[Reverse[IntegerDigits[#]]] - 3]&]
PROG
(Magma) [p: p in PrimesInInterval(2, 3000) | IsPrime(q-3) where q is Seqint(Reverse(Intseq(p)))];
CROSSREFS
Cf. similar sequences listed in A243457.
Sequence in context: A018527 A084411 A336300 * A067367 A140386 A105880
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)