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 #15 Sep 28 2014 16:13:44
%S 1,2,1,4,8,1,4,0,4,4,0,3,9,0,6,6,9,3,9,3,9,8,7,4,7,3,8,1,4,0,5,0,9,1,
%T 2,9,0,7,1,8,3,8,8,0,3,5,0,6,4,1,2,7,5,4,3,5,5,6,2,5,1,1,8,0,5,9,5,0,
%U 3,3,6,5,8,2,2,3,7,1,7,4,7,9,9,0,9,7,2,5,9,8,4,6,9,0,0,0,9,2,1
%N Decimal expansion of 10th root of 7.
%H Ivan Panchenko, <a href="/A011234/b011234.txt">Table of n, a(n) for n = 1..1000</a>
%e 1.214814044039...
%t First[RealDigits[7^(1/10), 10, 99]] (* _Jayanta Basu_, Jul 12 2013 *)
%K nonn,cons,easy
%O 1,2
%A _N. J. A. Sloane_.