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 Apr 18 2015 17:38:58
%S 1,6,0,3,5,2,1,6,2,1,5,1,2,5,4,9,2,8,2,9,8,5,4,6,4,7,9,0,7,0,2,3,1,7,
%T 5,8,6,5,3,5,1,3,4,8,6,6,5,4,4,9,7,1,0,0,9,8,5,9,8,3,0,2,4,1,2,5,1,1,
%U 1,7,4,0,4,2,5,5,5,0,6,2,4,1,7,8,4,7,7,5,0,4,0,7,7,9,1,4,7,2,5
%N Decimal expansion of 6th root of 17.
%H Ivan Panchenko, <a href="/A011380/b011380.txt">Table of n, a(n) for n = 1..1000</a>
%e 1.60352162151254928298546479...
%t RealDigits[17^(1/6), 10, 100][[1]] (* _Alonso del Arte_, Apr 17 2015 *)
%K nonn,cons,easy
%O 1,2
%A _N. J. A. Sloane_.