OFFSET
1,2
COMMENTS
This sequence is finite and the largest term is less than 10^73.
EXAMPLE
43470982 is in the sequence because pi(43470982)=4^1+3^2+4^3
+7^4+0^5+9^6+8^7+2^8.
MATHEMATICA
Do[d=IntegerDigits[n]; k=Length[d]; If[PrimePi[n]==Sum[d[[j]]^j, {j, k}], Print[n]], {n, 0, 170000000}]
CROSSREFS
KEYWORD
base,fini,nonn
AUTHOR
Farideh Firoozbakht, Sep 17 2005
EXTENSIONS
a(21)-a(27) from Donovan Johnson, Nov 09 2010
STATUS
approved