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

%I #11 Nov 26 2024 14:51:03

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

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

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

%N Decimal expansion of 19th root of 10.

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

%H <a href="/index/Al#algebraic_19">Index entries for algebraic numbers, degree 19</a>

%t RealDigits[Surd[10,19],10,120][[1]] (* _Harvey P. Dale_, Dec 15 2014 *)

%o (PARI) sqrtn(10,19) \\ _Charles R Greathouse IV_, Nov 26 2024

%K nonn,cons

%O 1,3

%A _N. J. A. Sloane_.