Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #11 Sep 05 2023 19:24:32
%S 2,0,9,1,2,7,9,1,0,5,1,8,2,5,4,6,4,6,1,3,0,5,9,7,0,5,8,2,4,4,1,0,3,6,
%T 5,0,4,9,4,0,6,8,9,7,4,3,0,1,2,3,8,1,3,8,1,8,0,0,7,3,2,7,6,0,9,6,6,3,
%U 9,9,5,0,0,5,5,8,0,8,7,1,9,7,2,3,7,5,4,6,1,7,6,7,0,7,8,3,5,6,9
%N Decimal expansion of 5th root of 40.
%H Ivan Panchenko, <a href="/A011125/b011125.txt">Table of n, a(n) for n = 1..1000</a>
%t RealDigits[Surd[40,5],10,120][[1]] (* _Harvey P. Dale_, Sep 05 2023 *)
%o (PARI) sqrtn(40,5) \\ _Charles R Greathouse IV_, Apr 16 2014
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_.