A224235 Decimal expansion of number of yards in a meter.
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, 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, 6, 4, 4, 7, 9, 4, 4, 0, 0, 6, 9, 9
Offset: 1
Examples
1.0936132983377077865266841644794400699912510936132983377077...
Programs
-
Mathematica
RealDigits[Quantity[1,"Meters"]/Quantity[1,"Yards"],10,120][[1]] (* Harvey P. Dale, May 30 2018 *)
-
PARI
1250/1143. \\ Charles R Greathouse IV, Mar 25 2014
Formula
a(n) = a(n-42). - Charles R Greathouse IV, Mar 25 2014
Comments