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 #11 Sep 02 2014 04:42:46
%S 2,5,1,4,8,6,6,8,5,9,3,6,5,8,7,0,8,1,6,6,3,5,5,3,1,0,0,9,3,1,7,7,1,5,
%T 6,7,6,5,5,1,9,3,6,7,2,8,0,2,9,7,7,2,1,9,7,4,7,4,5,0,6,7,0,5,6,3,5,5,
%U 5,9,2,0,8,5,6,0,9,6,4,8,4,8,6,6,0,8,7,1,8,0,4,5,6,5,3,8,5,2,2
%N Decimal expansion of 4th root of 40.
%H Ivan Panchenko, <a href="/A011034/b011034.txt">Table of n, a(n) for n = 1..1000</a>
%t RealDigits[Surd[40,4],10,120][[1]] (* _Harvey P. Dale_, May 06 2014 *)
%o (PARI) sqrtn(40,4) \\ _Charles R Greathouse IV_, Apr 15 2014
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_.