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 Jul 16 2016 18:18:02
%S 1,1,9,7,8,6,0,0,5,8,2,6,9,6,3,6,2,4,4,4,2,7,1,6,2,8,8,1,8,1,0,0,7,5,
%T 4,6,4,3,8,0,9,0,1,7,3,8,8,9,2,8,4,1,6,9,1,6,4,4,6,5,0,9,8,7,2,9,8,3,
%U 6,4,8,5,9,0,6,9,6,4,8,1,0,3,9,3,8,5,3,7,9,5,5,0,3,2,6,3,2,3,6
%N Decimal expansion of 15th root of 15.
%H Ivan Panchenko, <a href="/A011359/b011359.txt">Table of n, a(n) for n = 1..1000</a>
%t RealDigits[Surd[15,15],10,120][[1]] (* _Harvey P. Dale_, Jul 16 2016 *)
%o (PARI) sqrtn(15,15) \\ _Edward Jiang_, Sep 05 2014
%K nonn,cons
%O 1,3
%A _N. J. A. Sloane_.