login
A292656
Rank of n*Pi when all the numbers h, j*e, k*Pi, for h>=1, j>=1, k>=1, are jointly ranked.
3
5, 10, 15, 20, 25, 30, 36, 42, 47, 52, 57, 62, 68, 73, 79, 84, 89, 94, 99, 105, 110, 116, 121, 126, 131, 137, 142, 147, 153, 158, 163, 168, 174, 179, 184, 190, 195, 200, 206, 211, 216, 221, 227, 232, 238, 243, 248, 253, 258, 264, 269, 275, 280, 285, 290, 295
OFFSET
1,1
COMMENTS
This sequence and A292654 and A292655 partition the set of positive integers.
LINKS
MATHEMATICA
z = 120; r = 1; s = E; t = Pi;
Table[n + Floor[n*r/s] + Floor[n*r/t], {n, 1, z}] (* A292654 *)
Table[n + Floor[n*s/r] + Floor[n*s/t], {n, 1, z}] (* A292655 *)
Table[n + Floor[n*t/r] + Floor[n*t/s], {n, 1, z}] (* A292656 *)
CROSSREFS
Sequence in context: A061821 A085128 A313734 * A313735 A067761 A358848
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 27 2017
STATUS
approved