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

A292650
Rank of n*e when all the numbers j*e and k*Pi, for j>=1, k>=1, are jointly ranked.
2
1, 3, 5, 7, 9, 11, 13, 14, 16, 18, 20, 22, 24, 26, 27, 29, 31, 33, 35, 37, 39, 41, 42, 44, 46, 48, 50, 52, 54, 55, 57, 59, 61, 63, 65, 67, 69, 70, 72, 74, 76, 78, 80, 82, 83, 85, 87, 89, 91, 93, 95, 96, 98, 100, 102, 104, 106, 108, 110, 111, 113, 115, 117
OFFSET
1,2
LINKS
MATHEMATICA
z = 120; r = E; s = Pi;
Table[n + Floor[n*r/s], {n, 1, z}] (* A292650 *)
Table[n + Floor[n*s/r], {n, 1, z}] (* A292651 *)
CROSSREFS
Cf. A292651 (complement).
Sequence in context: A284055 A248564 A286999 * A064996 A172277 A187472
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 26 2017
STATUS
approved