A379415 a(n) = n + floor(n*r/s) + floor(n*t/s), where r = 3^(1/4), s = 3^(1/2), t = 3^(3/4).
2, 5, 8, 12, 14, 17, 21, 24, 26, 30, 33, 36, 39, 42, 45, 49, 51, 54, 58, 61, 63, 66, 70, 73, 75, 79, 82, 85, 89, 91, 94, 98, 101, 103, 107, 110, 113, 116, 119, 122, 125, 128, 131, 134, 138, 140, 143, 147, 150, 152, 156, 159, 162, 166, 168, 171, 175, 178, 180
Offset: 1
Keywords
Programs
Formula
a(n) = n + floor(n/r) + floor(n*r), where r = 3^(1/4).
Comments