OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
EXAMPLE
43 is in the sequence because 34+3=37 is prime.
MATHEMATICA
Select[Prime[Range[6000]], PrimeQ[FromDigits[Reverse[IntegerDigits[#]]] + 3]&]
PROG
(Magma) [p: p in PrimesUpTo(6000) | IsPrime(q+3) where q is Seqint(Reverse(Intseq(p)))];
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Vincenzo Librandi, Jan 04 2014
STATUS
approved