login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A292655 Rank of n*e when all the numbers h, j*e, k*Pi, for h>=1, j>=1, k>=1, are jointly ranked. T 3
3, 8, 13, 17, 22, 27, 32, 35, 40, 45, 49, 54, 59, 64, 67, 72, 77, 81, 86, 91, 96, 100, 104, 109, 113, 118, 123, 128, 132, 136, 141, 145, 150, 155, 160, 164, 169, 173, 178, 182, 187, 192, 196, 201, 205, 210, 214, 219, 224, 228, 233, 237, 242, 246, 251, 256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence and A292654 and A292656 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: A022762 A310303 A022807 * A187093 A081766 A152676
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 27 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 10:39 EDT 2024. Contains 371967 sequences. (Running on oeis4.)