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!)
A010531 Decimal expansion of square root of 79. 6

%I #22 Jan 13 2019 03:19:50

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

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

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

%N Decimal expansion of square root of 79.

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

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

%e 8.888194417315588850091441675408727817076450603729526298354720116376100... - _Harry J. Smith_, Jun 09 2009

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

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

%Y Cf. A010157 Continued fraction. - _Harry J. Smith_, Jun 09 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 April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)