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