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

A292651
Rank of n*Pi when all the numbers j*e and k*Pi, for j>=1, k>=1, are jointly ranked.
2
2, 4, 6, 8, 10, 12, 15, 17, 19, 21, 23, 25, 28, 30, 32, 34, 36, 38, 40, 43, 45, 47, 49, 51, 53, 56, 58, 60, 62, 64, 66, 68, 71, 73, 75, 77, 79, 81, 84, 86, 88, 90, 92, 94, 97, 99, 101, 103, 105, 107, 109, 112, 114, 116, 118, 120, 122, 125, 127, 129, 131, 133
OFFSET
1,1
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. A292650 (complement).
Sequence in context: A187473 A287122 A064997 * A113903 A248563 A278453
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 27 2017
STATUS
approved