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.

A164086 Beatty sequence for 4*Pi/3 = 4.1887902... .

Original entry on oeis.org

4, 8, 12, 16, 20, 25, 29, 33, 37, 41, 46, 50, 54, 58, 62, 67, 71, 75, 79, 83, 87, 92, 96, 100, 104, 108, 113, 117, 121, 125, 129, 134, 138, 142, 146, 150, 154, 159, 163, 167, 171, 175, 180, 184, 188, 192, 196, 201, 205, 209, 213, 217, 222, 226, 230, 234, 238, 242
Offset: 1

Views

Author

Reinhard Zumkeller, Aug 11 2009

Keywords

Comments

a(n) = A109238(n) for n <= 20;
complement of A164087;
a(n) = A164088(A164087(n)) and A164088(a(n)) = A164087(n);
a(A000578(n)) = A066645(n).

Examples

			a(3^3) = a(27) = 113 = (integer part of volume of sphere with radius=3) = A066645(3).
		

Crossrefs

Programs

Formula

a(n) = floor(4*n*Pi/3).