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

A292663
Rank of n*(e-1) when all the numbers j*(e+1) and k*e, for j>=1, k>=1, are jointly ranked.
3
1, 3, 4, 6, 8, 9, 11, 13, 14, 16, 17, 19, 21, 22, 24, 26, 27, 29, 31, 32, 34, 35, 37, 39, 40, 42, 44, 45, 47, 48, 50, 52, 53, 55, 57, 58, 60, 62, 63, 65, 66, 68, 70, 71, 73, 75, 76, 78, 79, 81, 83, 84, 86, 88, 89, 91, 93, 94, 96, 97, 99, 101, 102, 104, 106
OFFSET
1,2
COMMENTS
Starts to differ from A109259 at n=68. - R. J. Mathar, Oct 02 2017
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. A292664 (complement).
Sequence in context: A182774 A206805 A109259 * A182772 A292652 A059535
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 29 2017
STATUS
approved