Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #13 Dec 26 2023 10:14:38
%S 3,5,8,11,12,15,16,20,21,25,26,28,31,32,34,37,39,41,44,46,48,50,52,54,
%T 56,58,60,62,65,67,69,71,74,76,78,79,81,84,86,88,89,91,94,97,99,100,
%U 102,105,108,110,111,113,114,117,120,122,123,125,126,129
%N Ranks of (odd i)+j/r, when all i+j/r are ranked; r=golden ratio (1+sqrt(5))/2, i>=0, j>=0. Complement of A184333.
%e Writing (i,j) for i+j/r, the first 7 in the ranking are (0,0), (0,1), (1,0), (0,2), (1,1), (0,3), (2,0); the ranks where i is odd are 3,5 and the ranks where it is even are 1,2,4,6,7.
%Y Cf. A183987, A184333, A183992, A184338.
%K nonn
%O 1,1
%A _Clark Kimberling_, Jan 11 2011