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 #11 Feb 20 2015 16:33:29
%S 1,3,1,3,0,3,2,4,3,4,4,8,7,8,8,3,9,2,6,4,3,0,9,3,0,5,1,0,4,3,8,0,4,0,
%T 8,4,0,4,7,6,0,1,0,8,3,1,2,8,3,5,3,0,0,4,7,6,0,8,5,7,1,6,3,3,7,3,7,6,
%U 4,5,1,7,5,7,8,7,7,1,7,8,3,3,0,5,7,8,4,5,5,5,0,4,6,8,9,2,6,7,6
%N Decimal expansion of 11th root of 20.
%H Ivan Panchenko, <a href="/A011430/b011430.txt">Table of n, a(n) for n = 1..1000</a>
%e 1.31303243448788392643093051...
%t RealDigits[20^(1/11), 10, 100][[1]] (* _Alonso del Arte_, Feb 20 2015 *)
%K nonn,cons,easy
%O 1,2
%A _N. J. A. Sloane_.