login

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”).

A183992
Ranks of (even i)+(even j)*r when all i+j*r are ranked, where r=golden ratio, i>=0, j>=0.
9
1, 4, 7, 9, 14, 17, 19, 23, 27, 30, 35, 38, 40, 43, 49, 53, 55, 59, 63, 66, 70, 73, 77, 82, 85, 90, 93, 95, 98, 103, 107, 112, 116, 118, 121, 127, 131, 133, 137, 141, 143, 147, 153, 158, 160, 164, 168, 171, 175, 178, 182, 187, 189, 194, 198, 201, 206
OFFSET
1,2
COMMENTS
Also the ranks of (even i)+(even j)/r, when all i+j/r are ranked, because 1/r = r-1. Complement of A184333.
EXAMPLE
Writing (i,j) for i+r*j, the first 7 in the ranking are
(0,0), (1,0), (0,1), (2,0), (1,1), (3,0), (0,2);
the ranks where both i and j are even are a(1)=1, a(2)=4,
a(3)=7.
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 08 2011
STATUS
approved