A379416 a(n) = n + [n*r/t] + [n*s/t], where r = 3^(1/4); s = 3^(1/2); t = 3^(3/4) and [ ] = floor.
1, 4, 6, 9, 10, 13, 16, 18, 20, 22, 25, 27, 29, 32, 34, 37, 38, 41, 43, 46, 48, 50, 53, 55, 57, 60, 62, 65, 67, 69, 71, 74, 77, 78, 81, 83, 86, 87, 90, 93, 95, 97, 99, 102, 104, 106, 109, 111, 114, 115, 118, 121, 123, 126, 127, 130, 132, 135, 137, 139, 142
Offset: 1
Keywords
Programs
Formula
a(n) = n + [n*r/t] + [n*s/t], where r = 3^(1/4); s = 3^(1/2); t = 3^(3/4) and [ ] = floor.
a(n) = n + [n/r] + [n/r^2], where r = 3^(1/4) and [ ] = floor.
Comments