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”).
%I #12 Dec 23 2023 15:53:21
%S 2,3,5,8,6,5,5,8,1,8,2,4,0,7,3,5,6,2,6,6,0,4,1,4,5,1,3,4,7,6,8,4,0,2,
%T 7,8,8,8,8,4,6,1,3,0,4,9,6,2,3,0,7,9,6,5,2,6,1,7,0,0,8,9,8,2,4,9,3,3,
%U 3,5,6,5,4,6,1,1,8,4,5,2,6,1,6,0,1,6,6,4,2,5,5,7,5,1,7,3,7,6,7
%N Decimal expansion of 5th root of 73.
%H Ivan Panchenko, <a href="/A011158/b011158.txt">Table of n, a(n) for n = 1..1000</a>
%t RealDigits[Power[73, (5)^-1],10,120][[1]] (* _Harvey P. Dale_, Mar 02 2012 *)
%t RealDigits[Surd[73,5],10,120][[1]] (* _Harvey P. Dale_, Dec 23 2023 *)
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_.