OFFSET
0,2
EXAMPLE
146 is in the sequence since the 146th prime is 839 and 839938 is divisible by 146
MATHEMATICA
i=IntegerDigits; c[x_] := FromDigits[Flatten[{i[x], Reverse[i[x]]}]]; Do[If[Mod[c[Prime[n]], n]==0, Print[n]], {n, 10^6}]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Giovanni Resta, Jun 18 2003
STATUS
approved