A379510 a(n) = n + floor(n*r/t) + floor(n*s/t), where r=2^(1/4), s=2^(1/2), t=2^(3/4).
1, 4, 7, 9, 12, 15, 16, 19, 22, 25, 27, 30, 32, 34, 37, 40, 43, 45, 47, 50, 52, 55, 58, 60, 63, 65, 68, 70, 73, 76, 78, 80, 83, 86, 88, 91, 94, 95, 98, 101, 103, 106, 109, 111, 113, 116, 119, 121, 124, 127, 129, 131, 134, 137, 139, 142, 144, 147, 149, 152
Offset: 1
Keywords
Programs
Formula
a(n) = n + [n/w] + [n/w^2], where w = 2^(1/4) and [ ] = floor.
Comments