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
Nicholas C. Firth, Table of n, a(n) for n = 0..9999
Nicholas C. Firth, C++ code to generate terms
Wikipedia, Non-integer representation
EXAMPLE
0.01102111002022113000102000210222212212...
MATHEMATICA
RealDigits[Pi - 3, Pi, 100, -1][[1]] (* T. D. Noe, Apr 14 2011 *)
CROSSREFS
KEYWORD
AUTHOR
Nicholas C. Firth, Apr 13 2011
STATUS
approved