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

A292666
Rank of n*(e+1) when all the numbers j*(e-1) and k*(e+1), for j>=1, k>=1, are jointly ranked.
2
3, 6, 9, 12, 15, 18, 22, 25, 28, 31, 34, 37, 41, 44, 47, 50, 53, 56, 60, 63, 66, 69, 72, 75, 79, 82, 85, 88, 91, 94, 98, 101, 104, 107, 110, 113, 117, 120, 123, 126, 129, 132, 136, 139, 142, 145, 148, 151, 155, 158, 161, 164, 167, 170, 174, 177, 180, 183
OFFSET
1,1
LINKS
MATHEMATICA
z = 120; r = E - 1; s = E + 1;;
Table[n + Floor[n*r/s], {n, 1, z}] (* A292665 *)
Table[n + Floor[n*s/r], {n, 1, z}] (* A292666 *)
CROSSREFS
Cf. A292665 (complement).
Sequence in context: A248524 A102796 A177102 * A028251 A194226 A193803
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 29 2017
STATUS
approved