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