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 69.
1

%I #11 Feb 21 2015 22:30:04

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

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

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

%N Decimal expansion of 5th root of 69.

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

%e 2.332221626160241850294271388...

%t RealDigits[69^(1/5), 10, 105][[1]] (* _Alonso del Arte_, Feb 21 2015 *)

%K nonn,cons,easy

%O 1,1

%A _N. J. A. Sloane_.