OFFSET
1,1
COMMENTS
Continued fraction expansion is 6 followed by {1, 1, 1, 2, 1, 1, 1, 12} repeated. [Harry J. Smith, Jun 05 2009]
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
FORMULA
Equals 2*A010468. - R. J. Mathar, Jan 14 2021
EXAMPLE
6.633249580710799698229865473341373367854177091178707194117364292232969... [Harry J. Smith, Jun 05 2009]
MATHEMATICA
RealDigits[N[Sqrt[44], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 24 2011 *)
PROG
(PARI) { default(realprecision, 20080); x=sqrt(44); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010498.txt", n, " ", d)); } \\ Harry J. Smith, Jun 05 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved