OFFSET
1,1
COMMENTS
Continued fraction expansion is 3 followed by {3, 6} repeated. - Harry J. Smith, Jun 02 2009
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
Michael Penn, A famous trig equation, YouTube video, 2021.
EXAMPLE
3.316624790355399849114932736670686683927088545589353597058682146116484...
MATHEMATICA
RealDigits[N[Sqrt[11], 200]] (* Vladimir Joseph Stephan Orlovsky, May 27 2010 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(11); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010468.txt", n, " ", d)); \\ Harry J. Smith, Jun 02 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved