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

A224235
Decimal expansion of number of yards in a meter.
1
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,3
COMMENTS
The exact value (this is the definition of a yard) is 1/0.9144.
FORMULA
a(n) = a(n-42). - Charles R Greathouse IV, Mar 25 2014
EXAMPLE
1.0936132983377077865266841644794400699912510936132983377077...
MATHEMATICA
RealDigits[Quantity[1, "Meters"]/Quantity[1, "Yards"], 10, 120][[1]] (* Harvey P. Dale, May 30 2018 *)
PROG
(PARI) 1250/1143. \\ Charles R Greathouse IV, Mar 25 2014
CROSSREFS
Sequence in context: A171051 A230158 A307960 * A363716 A169849 A182547
KEYWORD
nonn,cons,easy
AUTHOR
N. J. A. Sloane, Apr 13 2013
STATUS
approved