OFFSET
1,1
COMMENTS
The sequences A206906, A206907, A206908 partition the positive integers. To generate them, jointly rank the sets {3n}, {n/sqrt(3)}, {n*sqrt(3)} for n>=1. The positions of 3n in the joint ranking form A206906, and likewise for the other sequences.
Original name:
n+[nr/t]+[ns/t], where []=floor, r=1/3, s=sqrt(3), t=1/s.
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
MAPLE
seq(4*n+floor(n/sqrt(3)), n=1..100); # Robert Israel, Oct 18 2020
MATHEMATICA
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Feb 13 2012
EXTENSIONS
Name changed by Robert Israel, Oct 18 2020
STATUS
approved