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 #9 Apr 17 2014 02:22:11
%S 2,8,8,2,1,2,1,4,1,7,1,0,2,0,0,5,9,3,2,1,7,6,4,9,6,0,7,6,9,3,6,1,4,6,
%T 6,6,5,5,6,5,1,0,1,8,1,4,3,0,0,5,7,4,3,7,1,3,2,6,8,9,7,8,7,8,9,6,8,6,
%U 4,8,9,0,1,0,6,4,1,8,0,6,4,6,3,9,9,2,3,3,4,8,6,1,0,5,5,3,5,5,0
%N Decimal expansion of 4th root of 69.
%H Vincenzo Librandi, <a href="/A011061/b011061.txt">Table of n, a(n) for n = 1..1000</a>
%t RealDigits[69^(1/4), 10, 100][[1]] (* _Vincenzo Librandi_, Apr 17 2014 *)
%o (PARI) sqrtn(69,4) \\ _Charles R Greathouse IV_, Apr 16 2014
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_.