login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010546 Decimal expansion of square root of 95. 4

%I #14 Dec 20 2015 03:37:08

%S 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,

%T 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,

%U 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

%N Decimal expansion of square root of 95.

%C Continued fraction expansion is 9 followed by {1, 2, 1, 18} repeated. - _Harry J. Smith_, Jun 11 2009

%H Harry J. Smith, <a href="/A010546/b010546.txt">Table of n, a(n) for n = 1..20000</a>

%e 9.746794344808963906838413199899600299252583900337491031991750005720081... - _Harry J. Smith_, Jun 11 2009

%t RealDigits[N[Sqrt[95],200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 05 2012 *)

%o (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

%Y Cf. A010166 Continued fraction. - _Harry J. Smith_, Jun 11 2009

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 11 06:34 EDT 2024. Contains 372388 sequences. (Running on oeis4.)