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

%I #14 Nov 26 2024 14:48:24

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

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

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

%N Decimal expansion of 13th root of 10.

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

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

%t RealDigits[Surd[10,13],10,120][[1]] (* _Harvey P. Dale_, Sep 03 2016 *)

%o (PARI) sqrtn(10, 13) \\ _Michel Marcus_, Sep 04 2014

%K nonn,cons,changed

%O 1,3

%A _N. J. A. Sloane_.