Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #5 Mar 30 2012 18:57:13
%S 1,4,6,10,13,17,19,23,28,30,34,36,42,45,49,51,56,59,62,67,70,75,78,82,
%T 84,88,91,97,101,105,107,111,115,117,122,126,131,133,138,142,144,149,
%U 154,156,160,162,167,172,174,180,185,187,191,193,199,201,205,207
%N Ranks of (even i)+(even j)*r, when all i+j*r are ranked; r=sqrt(2), i>=0, j>=0.
%e Writing (i,j) for i+j*r, the first 7 in the ranking are (0,0), (1,0), (0,1), (2,0), (1,1), (0,2), (3,0); the ranks where i and j are both even are 1,4,6.
%Y Cf. A184397, A184398, A184399, A184400, A184401, A184403.
%K nonn
%O 1,2
%A _Clark Kimberling_, Jan 12 2011