OFFSET
0,2
COMMENTS
Since n*Pi is an irrational number, all tie-breaking rounding methods yield the same integer sequence. - Artur Twarecki (numbers(AT)twarecki.ca), Dec 19 2006
Or around of length of oval of constant width n. - Vladimir Shevelev, Oct 07 2013
REFERENCES
V. Shevelev, On ovals of a given function of width, Intern. Geom. School-Seminar Memory N. V. Efimov, Abrau-Durso, 1996, 73-75 (Abstracts in Russian).
LINKS
Carmine Suriano, Table of n, a(n) for n = 0..9999
EXAMPLE
a(100)=314 because round(100*Pi)=314.
MATHEMATICA
Table[Round[n Pi], {n, 0, 57}] (* Michael De Vlieger, Jul 27 2015 *)
PROG
(PARI) vector(100, n, n--; round(n*Pi)) \\ Altug Alkan, Nov 22 2015
(Magma) R:= RealField(10); [Round(n*Pi(R)): n in [0..60]]; // G. C. Greubel, Sep 29 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, Jul 03 2008 at the suggestion of R. J. Mathar
STATUS
approved