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 10th root of 14.
1

%I #10 Sep 05 2014 14:12:52

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

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

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

%N Decimal expansion of 10th root of 14.

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

%t RealDigits[14^(1/10),10,120][[1]] (* _Harvey P. Dale_, Apr 20 2012 *)

%K nonn,cons

%O 1,2

%A _N. J. A. Sloane_.