login

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

Decimal expansion of 5th root of 26.
1

%I #17 Mar 27 2015 01:10:39

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

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

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

%N Decimal expansion of 5th root of 26.

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

%e 1.918645191625306247864278567...

%t RealDigits[26^(1/5), 10, 100][[1]] (* _Alonso del Arte_, Mar 26 2015 *)

%o (PARI) sqrtn(26,5) \\ _Charles R Greathouse IV_, Apr 16 2014

%K nonn,cons,easy

%O 1,2

%A _N. J. A. Sloane_