OFFSET
1,1
EXAMPLE
226 is a term of this sequence because Pi^226 = 226.9191... * 10^110, which starts with 226.
PROG
(PARI) s=1; for(i=1, 10000000, s=s*Pi; if(s-i>11, s=s/10, ); if(floor(s)==i, printp1(i, ", "), ))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Randy L. Ekl, Aug 12 2007
EXTENSIONS
a(10)-a(12) from Jon E. Schoenfield, Jul 17 2010
a(13)-a(22) from Max Alekseyev, Sep 12 2013
STATUS
approved