OFFSET
1,1
LINKS
Shyam Sunder Gupta, Table of n, a(n) for n = 1..5000
EXAMPLE
191 is in the sequence because 191 and 313 are consecutive palindromic primes and the product of the digits of each = 9.
MATHEMATICA
Select[Partition[Select[Prime[Range[542*10^6]], PalindromeQ], 2, 1], Times @@ IntegerDigits[ #[[1]]] ==Times@@IntegerDigits[#[[2]]]>0&][[All, 1]] (* Harvey P. Dale, Dec 23 2022 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Shyam Sunder Gupta, Oct 14 2013
STATUS
approved