login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of 13th root of 8.
1

%I #11 Sep 16 2016 11:26:04

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

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

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

%N Decimal expansion of 13th root of 8.

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

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

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

%K nonn,cons

%O 1,3

%A _N. J. A. Sloane_.