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!)
A292664 Rank of n*e when all the numbers j*(e+1) and k*e, for j>=1, k>=1, are jointly ranked. 2
2, 5, 7, 10, 12, 15, 18, 20, 23, 25, 28, 30, 33, 36, 38, 41, 43, 46, 49, 51, 54, 56, 59, 61, 64, 67, 69, 72, 74, 77, 80, 82, 85, 87, 90, 92, 95, 98, 100, 103, 105, 108, 111, 113, 116, 118, 121, 123, 126, 129, 131, 134, 136, 139, 142, 144, 147, 149, 152, 154 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
z = 120; r = E - 1; s = E;;
Table[n + Floor[n*r/s], {n, 1, z}] (* A292663 *)
Table[n + Floor[n*s/r], {n, 1, z}] (* A292664 *)
CROSSREFS
Cf. A292663 (complement).
Sequence in context: A190087 A182771 A109260 * A206807 A182773 A346155
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 29 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)