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!)
A010465 Decimal expansion of square root of 7. 45

%I #39 Aug 14 2023 10:25:47

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

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

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

%N Decimal expansion of square root of 7.

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

%C The convergents to sqrt(7) are given in A041008/A041009. - _Wolfdieter Lang_, Nov 22 2017

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

%H Jason Kimberley, <a href="/wiki/User:Jason_Kimberley/sqrt_base">Index of expansions of sqrt(d) in base b</a>

%H R. J. Nemiroff & J. Bonnell, <a href="http://antwrp.gsfc.nasa.gov/htmltest/gifcity/sqrt7.1mil">The first 1 million digits of the square root of 7</a>

%H Simon Plouffe, Plouffe's Inverter, <a href="http://www.plouffe.fr/simon/constants/sqrt7.txt">sqrt(7) to 100000 digits</a>

%H <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>

%e 2.645751311064590590501615753639260425710259183082450180368334459201...

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

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

%o (Magma) SetDefaultRealField(RealField(100)); Sqrt(7); // _Vincenzo Librandi_, Feb 15 2020

%Y Cf. A010121 (continued fraction), A041008/A041009.

%K nonn,cons,easy

%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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)