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 #8 May 30 2018 13:55:08
%S 1,0,9,3,6,1,3,2,9,8,3,3,7,7,0,7,7,8,6,5,2,6,6,8,4,1,6,4,4,7,9,4,4,0,
%T 0,6,9,9,9,1,2,5,1,0,9,3,6,1,3,2,9,8,3,3,7,7,0,7,7,8,6,5,2,6,6,8,4,1,
%U 6,4,4,7,9,4,4,0,0,6,9,9
%N Decimal expansion of number of yards in a meter.
%C The exact value (this is the definition of a yard) is 1/0.9144.
%F a(n) = a(n-42). - _Charles R Greathouse IV_, Mar 25 2014
%e 1.0936132983377077865266841644794400699912510936132983377077...
%t RealDigits[Quantity[1,"Meters"]/Quantity[1,"Yards"],10,120][[1]] (* _Harvey P. Dale_, May 30 2018 *)
%o (PARI) 1250/1143. \\ _Charles R Greathouse IV_, Mar 25 2014
%Y Cf. A224233, A224234.
%K nonn,cons,easy
%O 1,3
%A _N. J. A. Sloane_, Apr 13 2013