A257984 Nonhomogeneous Beatty sequence: ceiling((n - 1/2)*Pi).
2, 5, 8, 11, 15, 18, 21, 24, 27, 30, 33, 37, 40, 43, 46, 49, 52, 55, 59, 62, 65, 68, 71, 74, 77, 81, 84, 87, 90, 93, 96, 99, 103, 106, 109, 112, 115, 118, 121, 125, 128, 131, 134, 137, 140, 143, 147, 150, 153, 156, 159, 162, 165, 169, 172, 175, 178, 181, 184
Offset: 1
Links
- Clark Kimberling, Table of n, a(n) for n = 1..10000
- A. S. Fraenkel, The bracket function and complementary sets of integers, Canadian J. of Math. 21 (1969) 6-27.
Programs
Formula
a(n) = ceiling((n - 1/2)*Pi).
Comments