OFFSET
1,1
COMMENTS
Continued fraction expansion is 9 followed by {1, 2, 3, 1, 1, 5, 1, 8, 1, 5, 1, 1, 3, 2, 1, 18} repeated. - Harry J. Smith, Jun 11 2009
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
EXAMPLE
9.695359714832658028148881150845313393652150987954679590539717486233039... - Harry J. Smith, Jun 11 2009
MATHEMATICA
RealDigits[N[Sqrt[94], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 04 2012 *)
PROG
(PARI) { default(realprecision, 20080); x=sqrt(94); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010545.txt", n, " ", d)); } \\ Harry J. Smith, Jun 11 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved