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

A292664
Rank of n*e when all the numbers j*(e+1) and k*e, for j>=1, k>=1, are jointly ranked.
2
2, 5, 7, 10, 12, 15, 18, 20, 23, 25, 28, 30, 33, 36, 38, 41, 43, 46, 49, 51, 54, 56, 59, 61, 64, 67, 69, 72, 74, 77, 80, 82, 85, 87, 90, 92, 95, 98, 100, 103, 105, 108, 111, 113, 116, 118, 121, 123, 126, 129, 131, 134, 136, 139, 142, 144, 147, 149, 152, 154
OFFSET
1,1
LINKS
MATHEMATICA
z = 120; r = E - 1; s = E;;
Table[n + Floor[n*r/s], {n, 1, z}] (* A292663 *)
Table[n + Floor[n*s/r], {n, 1, z}] (* A292664 *)
CROSSREFS
Cf. A292663 (complement).
Sequence in context: A190087 A182771 A109260 * A206807 A182773 A346155
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 29 2017
STATUS
approved