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/824.
0

%I #6 Aug 28 2019 11:54:09

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

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

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

%N Decimal expansion of 1/824.

%t Join[{0,0},RealDigits[1/824,10,120][[1]]] (* or *) PadRight[{0,0,1},120,{1,2,6,2,1,3,5,9,2,2,3,3,0,0,9,7,0,8,7,3,7,8,6,4,0,7,7,6,6,9,9,0,2,9}] (* _Harvey P. Dale_, Aug 28 2019 *)

%K nonn,cons

%O 0,4

%A _N. J. A. Sloane_.