Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #4 Mar 30 2012 18:57:13
%S 5,11,16,20,26,31,34,39,44,48,54,58,60,65,71,76,79,84,88,91,97,100,
%T 105,110,114,120,123,125,129,135,139,145,149,151,156,162,166,169,173,
%U 177,180,185,191,196,199,204,208,211,216,219,223,228,232
%N Ranks of (odd i)+(odd j)*r when all i+j*r are ranked, where r=golden ratio, i>=0, j>=0.
%e Writing (i,j) for i+r*j, the first 7 in the ranking are
%e (0,0), (1,0), (0,1), (2,0), (1,1), (3,0), (0,2);
%e the rank where i and j are both odd is a(1)=5.
%Y Cf. A183987, A183988, A183990, A183991, A183992, A183993.
%K nonn
%O 1,1
%A _Clark Kimberling_, Jan 08 2011