close
login
A010546
Decimal expansion of square root of 95.
4
9, 7, 4, 6, 7, 9, 4, 3, 4, 4, 8, 0, 8, 9, 6, 3, 9, 0, 6, 8, 3, 8, 4, 1, 3, 1, 9, 9, 8, 9, 9, 6, 0, 0, 2, 9, 9, 2, 5, 2, 5, 8, 3, 9, 0, 0, 3, 3, 7, 4, 9, 1, 0, 3, 1, 9, 9, 1, 7, 5, 0, 0, 0, 5, 7, 2, 0, 0, 8, 1, 7, 7, 2, 4, 6, 0, 2, 4, 9, 3, 5, 6, 8, 4, 8, 7, 1, 2, 0, 9, 6, 0, 3, 8, 0, 6, 5, 5, 2
OFFSET
1,1
COMMENTS
Continued fraction expansion is 9 followed by {1, 2, 1, 18} repeated. - Harry J. Smith, Jun 11 2009
LINKS
EXAMPLE
9.746794344808963906838413199899600299252583900337491031991750005720081... - Harry J. Smith, Jun 11 2009
MATHEMATICA
RealDigits[N[Sqrt[95], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 05 2012 *)
PROG
(PARI) { default(realprecision, 20080); x=sqrt(95); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010546.txt", n, " ", d)); } \\ Harry J. Smith, Jun 11 2009
CROSSREFS
Cf. A010166 Continued fraction. - Harry J. Smith, Jun 11 2009
Sequence in context: A335564 A154482 A155958 * A361603 A395015 A232735
KEYWORD
nonn,cons
STATUS
approved