%I #19 Feb 12 2017 02:02:46
%S 1,7,8,2,6,0,2,4,5,7,9,6,6,0,0,3,3,5,5,4,9,4,8,8,7,4,7,2,1,4,0,0,8,6,
%T 6,1,0,6,3,5,8,9,5,6,9,4,7,2,7,9,9,5,8,6,0,1,4,4,1,2,2,1,5,4,9,7,2,5,
%U 2,8,8,8,1,5,6,0,5,9,0,6,4,3,4,0,9,5,8,2,3,3,3,0,4,8,4,4,2,7,2
%N Decimal expansion of 5th root of 18.
%H Ivan Panchenko, <a href="/A011103/b011103.txt">Table of n, a(n) for n = 1..1000</a>
%e 1.7826024579660033554948874721400866106...
%p evalf(18^(1/5), 100); # _Wesley Ivan Hurt_, Feb 11 2017
%t RealDigits[Power[18, (5)^-1],10,120][[1]] (* _Harvey P. Dale_, Oct 03 2011 *)
%o (PARI) sqrtn(18,5) \\ _Charles R Greathouse IV_, Apr 16 2014
%K nonn,cons
%O 1,2
%A _N. J. A. Sloane_