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 #16 Sep 03 2014 11:29:35
%S 2,1,7,7,9,0,6,4,2,4,4,8,2,7,7,9,8,9,4,6,6,5,2,6,4,8,3,5,5,7,5,2,0,7,
%T 1,0,7,0,1,0,6,6,6,4,8,6,0,9,6,1,6,2,0,2,1,7,7,7,9,0,8,8,1,8,5,1,9,1,
%U 4,9,3,6,7,1,3,6,9,2,4,3,5,4,5,2,0,6,2,4,3,7,9,7,5,4,5,5,4,3,7
%N Decimal expansion of 5th root of 49.
%H Ivan Panchenko, <a href="/A011134/b011134.txt">Table of n, a(n) for n = 1..1000</a>
%t RealDigits[Power[49, (5)^-1],10,100][[1]] (* _Harvey P. Dale_, Mar 06 2011 *)
%o (PARI) sqrtn(49,5) \\ _Charles R Greathouse IV_, Apr 16 2014
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_