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.

A022853 a(n) = integer nearest n*Pi.

This page as a plain text file.
%I A022853 #35 Mar 02 2023 11:14:56
%S A022853 0,3,6,9,13,16,19,22,25,28,31,35,38,41,44,47,50,53,57,60,63,66,69,72,
%T A022853 75,79,82,85,88,91,94,97,101,104,107,110,113,116,119,123,126,129,132,
%U A022853 135,138,141,145,148,151,154,157,160,163,167,170,173,176,179
%N A022853 a(n) = integer nearest n*Pi.
%C A022853 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
%C A022853 Or around of length of oval of constant width n. - _Vladimir Shevelev_, Oct 07 2013
%D A022853 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).
%H A022853 Carmine Suriano, <a href="/A022853/b022853.txt">Table of n, a(n) for n = 0..9999</a>
%e A022853 a(100)=314 because round(100*Pi)=314.
%t A022853 Table[Round[n Pi], {n, 0, 57}] (* _Michael De Vlieger_, Jul 27 2015 *)
%o A022853 (PARI) vector(100, n, n--; round(n*Pi)) \\ _Altug Alkan_, Nov 22 2015
%o A022853 (Magma) R:= RealField(10); [Round(n*Pi(R)): n in [0..60]]; // _G. C. Greubel_, Sep 29 2018
%Y A022853 Cf. A022844, A121381.
%K A022853 nonn
%O A022853 0,2
%A A022853 _Clark Kimberling_
%E A022853 Edited by _N. J. A. Sloane_, Jul 03 2008 at the suggestion of _R. J. Mathar_