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.

A184809 a(n) = n + floor(sqrt(3/2)*n).

Original entry on oeis.org

2, 4, 6, 8, 11, 13, 15, 17, 20, 22, 24, 26, 28, 31, 33, 35, 37, 40, 42, 44, 46, 48, 51, 53, 55, 57, 60, 62, 64, 66, 68, 71, 73, 75, 77, 80, 82, 84, 86, 88, 91, 93, 95, 97, 100, 102, 104, 106, 109, 111, 113, 115, 117, 120, 122, 124, 126, 129, 131, 133, 135
Offset: 1

Views

Author

Clark Kimberling, Jan 22 2011

Keywords

Comments

This is the Beatty sequence for 1 + sqrt(3/2).
Also, a(n) is the position of 3*n^2 in the sequence obtained by arranging all the numbers in the sets {2*h^2, h >= 1} and {3*k^2, k >= 1} in increasing order. - Clark Kimberling, Oct 20 2014
Also, numbers n such that floor((n+1)*sqrt(6)) - floor(n*sqrt(6)) = 3. - Clark Kimberling, Jul 15 2015

Crossrefs

Complement of A184808.
Cf. A184811.

Programs

Formula

a(n) = n + floor(r*n), where r = sqrt(3/2).