The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A292663 Rank of n*(e-1) when all the numbers j*(e+1) and k*e, for j>=1, k>=1, are jointly ranked. 3
1, 3, 4, 6, 8, 9, 11, 13, 14, 16, 17, 19, 21, 22, 24, 26, 27, 29, 31, 32, 34, 35, 37, 39, 40, 42, 44, 45, 47, 48, 50, 52, 53, 55, 57, 58, 60, 62, 63, 65, 66, 68, 70, 71, 73, 75, 76, 78, 79, 81, 83, 84, 86, 88, 89, 91, 93, 94, 96, 97, 99, 101, 102, 104, 106 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Starts to differ from A109259 at n=68. - R. J. Mathar, Oct 02 2017
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. A292664 (complement).
Sequence in context: A182774 A206805 A109259 * A182772 A292652 A059535
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 May 25 22:01 EDT 2024. Contains 372806 sequences. (Running on oeis4.)