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

%I #4 Sep 28 2017 08:33:49

%S 2,4,6,8,10,12,15,17,19,21,23,25,28,30,32,34,36,38,40,43,45,47,49,51,

%T 53,56,58,60,62,64,66,68,71,73,75,77,79,81,84,86,88,90,92,94,97,99,

%U 101,103,105,107,109,112,114,116,118,120,122,125,127,129,131,133

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

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

%t z = 120; r = E; s = Pi;

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

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

%Y Cf. A292650 (complement).

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Sep 27 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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)