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

%I #7 Oct 02 2017 10:15:08

%S 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,

%T 42,44,45,47,48,50,52,53,55,57,58,60,62,63,65,66,68,70,71,73,75,76,78,

%U 79,81,83,84,86,88,89,91,93,94,96,97,99,101,102,104,106

%N Rank of n*(e-1) when all the numbers j*(e+1) and k*e, for j>=1, k>=1, are jointly ranked.

%C Starts to differ from A109259 at n=68. - _R. J. Mathar_, Oct 02 2017

%H Clark Kimberling, <a href="/A292663/b292663.txt">Table of n, a(n) for n = 1..1000</a>

%t z = 120; r = E - 1; s = E;;

%t Table[n + Floor[n*r/s], {n, 1, z}] (* A292663 *)

%t Table[n + Floor[n*s/r], {n, 1, z}] (* A292664 *)

%Y Cf. A292664 (complement).

%K nonn,easy

%O 1,2

%A _Clark Kimberling_, Sep 29 2017

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 March 28 16:12 EDT 2024. Contains 371254 sequences. (Running on oeis4.)