A378185 a(n) = n + floor(n*r/s) + floor(n*r/t), where r=2^(1/4), s=2^(1/2), t=2^(3/4).
2, 5, 8, 11, 14, 18, 20, 23, 26, 29, 33, 36, 38, 41, 44, 48, 51, 54, 56, 59, 62, 66, 69, 72, 75, 77, 81, 84, 87, 90, 93, 96, 99, 102, 105, 108, 112, 114, 117, 120, 123, 126, 130, 132, 135, 138, 141, 145, 148, 151, 153, 156, 160, 163, 166, 169, 171, 174, 178
Offset: 1
Keywords
Programs
Formula
a(n) = n + [w*n] + [n/w], where w = 2^(1/4) and [ ] = floor.
Comments