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

 


Decimal expansion of square root of 21.
16

%I #26 Nov 21 2023 05:52:46

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

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

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

%N Decimal expansion of square root of 21.

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

%C The fundamntal algebraic (integer) number in the field Q(sqrt(21)) is (1 + sqrt(21))/2 = A222134. - _Wolfdieter Lang_, Nov 21 2023

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

%H <a href="http://gilkalai.files.wordpress.com/2011/02/root.png">Frankfurter Allgemeine Zeitung, Feb 09 2011</a> (in German)

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

%e 4.582575694955840006588047193728008488984456576767971902607242123906868...

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

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

%Y Cf. A010125 (continued fraction), A248249 (Egyptian fraction).

%Y Cf. A020778 (reciprocal), A222134.

%K nonn,easy,cons

%O 1,1

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 21 22:57 EDT 2024. Contains 376090 sequences. (Running on oeis4.)