A379414 a(n) = n + floor(n*s/r) + floor(n*t/r), where r = 3^(1/4), s = 3^(1/2), t = 3^(3/4).
3, 7, 11, 15, 19, 23, 28, 31, 35, 40, 44, 47, 52, 56, 59, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 105, 108, 112, 117, 120, 124, 129, 133, 136, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181, 185, 189, 194, 197, 201, 206, 210, 213, 218, 222, 225, 230
Offset: 1
Keywords
Programs
Formula
a(n) = n + floor(n*r) + floor(n*r^2), where r = 3^(1/4).
Comments