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 #27 Aug 16 2022 03:24:54
%S 0,0,3,1,1,5,2,6,4,7,9,7,5,0,7,7,8,8,1,6,1,9,9,3,7,6,9,4,7,0,4,0,4,9,
%T 8,4,4,2,3,6,7,6,0,1,2,4,6,1,0,5,9,1,9,0,0,3,1,1,5,2,6,4,7,9,7,5,0,7,
%U 7,8,8,1,6,1,9,9,3,7,6,9,4,7,0,4,0,4,9,8,4,4,2,3,6,7,6,0,1,2,4
%N Decimal expansion of 1/321.
%C Periodic with period 53, the order of 10 modulo 321. - _Joerg Arndt_, Aug 16 2022
%H Anubhav Dhar, <a href="/A021325/b021325.txt">Table of n, a(n) for n = 0..200</a>
%t Join[{0,0},RealDigits[1/321,10,120][[1]]] (* _Harvey P. Dale_, Apr 26 2011 *)
%K nonn,cons,easy
%O 0,3
%A _N. J. A. Sloane_.