OFFSET
0,7
COMMENTS
Approximately equal to Liouville's constant A012245.
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..20000
Eric Weisstein's World of Mathematics, Liouville's Constant
EXAMPLE
0.11000099996913...
MATHEMATICA
RealDigits[ Root[ 10*#^6 - 75*#^3 - 190*# + 21 &, 1], 10, 102] // First (* Jean-François Alcover, Feb 08 2013 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 20080); x=10*solve(x=0, 1, 10*x^6 - 75*x^3 - 190*x + 21); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b093409.txt", n, " ", d)); } \\ Harry J. Smith, Jun 19 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Mar 29 2004
STATUS
approved