OFFSET
1,2
COMMENTS
a(16) > 10^13. - Giovanni Resta, Aug 08 2019
EXAMPLE
36235483 is in the sequence because pi(36235483)=2217780= 38453263-36235483=reversal(36235483)-36235483.
MATHEMATICA
Do[If[PrimePi[n]==FromDigits[Reverse[IntegerDigits[n]]] -n, Print[n]], {n, 30000000}]
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Feb 03 2006
EXTENSIONS
a(11)-a(15) from Giovanni Resta, Aug 08 2019
STATUS
approved