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!)
A004564 Expansion of sqrt(6) in base 5. 2

%I #21 Sep 08 2022 08:44:33

%S 2,2,1,1,0,4,3,1,1,4,3,1,1,3,3,1,3,4,1,2,1,4,1,1,2,1,2,4,4,3,0,1,4,1,

%T 3,0,1,0,4,4,0,3,3,1,1,1,4,3,0,0,0,0,0,3,1,2,2,0,4,1,1,2,0,0,2,3,1,4,

%U 1,0,3,1,3,3,3,0,1,2,3,0,3,1,4,1,0,0,3,2,2,0,0,0,0,3,3,2,3,2,3

%N Expansion of sqrt(6) in base 5.

%H G. C. Greubel, <a href="/A004564/b004564.txt">Table of n, a(n) for n = 1..10000</a>

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

%e In base 5: sqrt(11) = 2.21104311431133134121411...

%t RealDigits[Sqrt[6], 5, 100][[1]] (* _Alonso del Arte_, Aug 27 2012 *)

%o (Magma) d:= 6; m:=5; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // _G. C. Greubel_, Mar 26 2018

%Y Cf. A040003, A010464.

%K nonn,base,cons

%O 1,1

%A _N. J. A. Sloane_

%E Updated by _Alois P. Heinz_ at the suggestion of Kevin Ryde, Feb 19 2012

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 July 19 11:36 EDT 2024. Contains 374394 sequences. (Running on oeis4.)