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 #20 May 03 2023 18:56:30
%S 1,1,4,1,0,5,4,5,3,6,0,8,3,8,2,2,6,4,0,5,7,2,8,1,7,9,2,7,0,8,4,9,6,1,
%T 7,8,6,7,0,8,0,3,2,7,3,1,3,1,1,6,7,5,2,3,6,2,6,2,7,5,0,5,8,6,2,2,1,0,
%U 6,6,4,5,4,5,0,7,9,2,9,7,0,5,7,9,4,2,4,4,3,9,0,5,5,0,4,8,0,9,4
%N Decimal expansion of 20th root of 14.
%H Ivan Panchenko, <a href="/A011349/b011349.txt">Table of n, a(n) for n = 1..1000</a>
%t RealDigits[N[14^(1/20),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Jan 26 2012 *)
%t RealDigits[Surd[14,20],10,120][[1]] (* _Harvey P. Dale_, May 03 2023 *)
%o (PARI) sqrtn(14,20) \\ _Charles R Greathouse IV_, Apr 15 2014
%K nonn,cons
%O 1,3
%A _N. J. A. Sloane_
%E Last digit corrected by _Ivan Panchenko_, Sep 05 2014