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!)
A010511 Decimal expansion of square root of 58. 5

%I #13 Dec 20 2015 03:19:09

%S 7,6,1,5,7,7,3,1,0,5,8,6,3,9,0,8,2,8,5,6,6,1,4,1,1,0,2,7,1,5,8,3,2,3,

%T 0,0,5,3,6,0,7,0,5,5,9,2,5,4,6,5,9,8,4,6,8,9,5,0,4,8,4,2,4,0,5,2,0,3,

%U 5,2,1,5,7,3,7,3,0,0,1,2,4,4,6,4,2,2,6,9,7,1,4,3,8,7,1,5,1,6,4

%N Decimal expansion of square root of 58.

%C Continued fraction expansion is 7 followed by {1, 1, 1, 1, 1, 1, 14} repeated. - _Harry J. Smith_, Jun 07 2009

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

%e 7.615773105863908285661411027158323005360705592546598468950484240520352... - _Harry J. Smith_, Jun 07 2009

%t RealDigits[N[Sqrt[58],200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 25 2011 *)

%o (PARI) { default(realprecision, 20080); x=sqrt(58); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010511.txt", n, " ", d)); } \\ _Harry J. Smith_, Jun 07 2009

%Y Cf. A010143 Continued fraction. - _Harry J. Smith_, Jun 07 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 September 12 12:03 EDT 2024. Contains 375851 sequences. (Running on oeis4.)