cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A029922 Convert n from kilometers (km) to miles.

This page as a plain text file.
%I A029922 #26 Aug 03 2025 21:04:42
%S A029922 0,1,1,2,2,3,4,4,5,6,6,7,7,8,9,9,10,11,11,12,12,13,14,14,15,16,16,17,
%T A029922 17,18,19,19,20,21,21,22,22,23,24,24,25,25,26,27,27,28,29,29,30,30,31,
%U A029922 32,32,33,34,34,35,35,36,37
%N A029922 Convert n from kilometers (km) to miles.
%D A029922 M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 8.
%H A029922 Muniru A Asiru, <a href="/A029922/b029922.txt">Table of n, a(n) for n = 0..1000</a>
%H A029922 M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
%H A029922 M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 8.
%H A029922 <a href="/index/Rec#order_25147">Index entries for linear recurrences with constant coefficients</a>, order 25147.
%F A029922 a(n) = floor(n/1.609344 + 1/2). - _Lee A. Newberg_, Apr 10 2018
%p A029922 [seq(floor(n/1.609344+(1/2)),n=0..60)]; # _Muniru A Asiru_, Apr 10 2018
%t A029922 Array[Floor[#/1.609344 + 1/2] &, 60, 0] (* _Michael De Vlieger_, Apr 10 2018 *)
%Y A029922 Cf. A029921, A323606 (km/mile).
%K A029922 nonn,easy
%O A029922 0,4
%A A029922 _N. J. A. Sloane_