login
A029915
Convert n from yards to meters.
1
0, 1, 2, 3, 4, 5, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 59, 60, 61, 62
OFFSET
0,3
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 8.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 8.
FORMULA
From Jianing Song, Jun 08 2026: (Start)
a(n+1250) = a(n) + 1143.
G.f.: (P(x)*(1-x) + 1143*x^1250)/((1-x)*(1-x^1250)), where P(x) = Sum_{n=0..1249} a(n)*x^n. (End)
MATHEMATICA
Round[0.9144*Range[0, 68]] (* Arkadiusz Wesolowski, May 04 2013 *)
PROG
(PARI) a(n) = round(0.9144*n) \\ Jianing Song, Jun 08 2026
CROSSREFS
Cf. A029916.
Sequence in context: A106744 A332613 A072932 * A108141 A291811 A291812
KEYWORD
nonn,easy
STATUS
approved