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