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!)
A292647 Rank of (e+1)*n when all the numbers e*j and (e+1)*k, for j>=1, k>=1, are jointly ranked. 2

%I #4 Sep 27 2017 21:20:48

%S 2,4,7,9,11,14,16,18,21,23,26,28,30,33,35,37,40,42,44,47,49,52,54,56,

%T 59,61,63,66,68,71,73,75,78,80,82,85,87,89,92,94,97,99,101,104,106,

%U 108,111,113,116,118,120,123,125,127,130,132,134,137,139,142,144

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

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

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

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

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

%Y Cf. A292646 (complement).

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Sep 26 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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)