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”).
%I #22 Jan 18 2017 10:03:26
%S 2,2,9,7,3,9,6,7,0,9,9,9,4,0,7,0,0,1,3,5,9,7,2,5,3,8,9,3,5,5,5,8,5,5,
%T 1,7,8,8,8,7,7,0,1,7,7,8,1,9,5,5,9,5,0,1,1,0,2,7,4,2,2,2,3,6,9,8,7,2,
%U 0,6,4,1,2,5,0,7,0,2,6,1,1,3,6,2,2,9,4,6,2,2,6,0,2,3,0,1,6,9,4
%N Decimal expansion of 5th root of 64.
%H Ivan Panchenko, <a href="/A011149/b011149.txt">Table of n, a(n) for n = 1..1000</a>
%e 2.29739670999407...
%p Digits:=100: evalf(64^(1/5)); # _Wesley Ivan Hurt_, Jan 17 2017
%t RealDigits[64^(1/5), 10, 128][[1]] (* _Alonso del Arte_, Feb 07 2015 *)
%o (PARI) sqrtn(64, 5) \\ _Michel Marcus_, Feb 08 2015
%K nonn,cons,easy
%O 1,1
%A _N. J. A. Sloane_