login
A188921
Expansion of the fractional part of Pi in base Pi.
2
0, 1, 1, 0, 2, 1, 1, 1, 0, 0, 2, 0, 2, 2, 1, 1, 3, 0, 0, 0, 1, 0, 2, 0, 0, 0, 2, 1, 0, 2, 2, 2, 2, 1, 2, 2, 1, 2, 0, 2, 0, 1, 2, 1, 2, 0, 2, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 1, 2, 1, 0, 1, 2, 0, 0, 0, 0, 2, 2, 1, 1, 0, 0, 2, 2, 1, 0, 0, 2, 0, 0, 1, 0, 1, 0, 2, 2, 1, 0, 0, 1, 1, 0, 2, 2, 0, 2, 2, 0, 2, 0, 2, 1, 1, 0, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 0, 0, 0, 1
OFFSET
0,5
COMMENTS
The program (see link below) used to calculate this should guarantee enough accuracy. It is not a fast algorithm though, but it served its purpose!
LINKS
EXAMPLE
0.01102111002022113000102000210222212212...
MATHEMATICA
RealDigits[Pi - 3, Pi, 100, -1][[1]] (* T. D. Noe, Apr 14 2011 *)
CROSSREFS
Sequence in context: A054973 A030351 A257994 * A334568 A072617 A348541
KEYWORD
nonn,base,cons
AUTHOR
Nicholas C. Firth, Apr 13 2011
STATUS
approved