login

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”).

Decimal expansion of 1/930.
0

%I #8 May 15 2023 17:30:15

%S 0,0,1,0,7,5,2,6,8,8,1,7,2,0,4,3,0,1,0,7,5,2,6,8,8,1,7,2,0,4,3,0,1,0,

%T 7,5,2,6,8,8,1,7,2,0,4,3,0,1,0,7,5,2,6,8,8,1,7,2,0,4,3,0,1,0,7,5,2,6,

%U 8,8,1,7,2,0,4,3,0,1,0,7,5,2,6,8,8,1,7,2,0,4,3,0,1,0,7,5,2,6,8

%N Decimal expansion of 1/930.

%F A021097 shifted right. [From _R. J. Mathar_, Oct 25 2008]

%t Join[{0,0},RealDigits[1/930,10,120][[1]]] (* _Harvey P. Dale_, May 15 2023 *)

%K nonn,cons

%O 0,5

%A _N. J. A. Sloane_.