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 Oct 13 2014 10:54:46
%S 1,0,3,6,9,5,1,6,9,4,7,3,0,4,2,5,2,6,8,3,6,1,2,9,3,6,6,1,0,1,4,2,6,4,
%T 8,5,8,4,8,4,6,1,3,3,0,0,3,2,9,3,8,1,9,7,9,2,7,9,5,8,8,9,1,2,6,5,9,2,
%U 7,8,1,0,9,5,3,4,2,6,3,4,1,1,0,6,4,5,2,2,0,1,1,7,5,2,0,0,0,9,2
%N Decimal expansion of 1/sqrt(93).
%H Ivan Panchenko, <a href="/A020850/b020850.txt">Table of n, a(n) for n = 0..1000</a>
%t RealDigits[1/Sqrt[93],10,120][[1]] (* _Harvey P. Dale_, May 06 2013 *)
%K nonn,cons
%O 0,3
%A _N. J. A. Sloane_.