login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of 5th root of 36.
1

%I #12 Jun 27 2017 19:20:38

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

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

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

%N Decimal expansion of 5th root of 36.

%H Ivan Panchenko, <a href="/A011121/b011121.txt">Table of n, a(n) for n = 1..1000</a>

%e 2.047672511079219296212837356...

%t RealDigits[6^(2/5), 10, 100][[1]] (* _Alonso del Arte_, Jun 24 2017 *)

%o (PARI) sqrtn(36,5) \\ _Charles R Greathouse IV_, Apr 16 2014

%K nonn,cons,easy

%O 1,1

%A _N. J. A. Sloane_.