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
2, 4, 6, 8, 10, 12, 15, 17, 19, 21, 23, 25, 28, 30, 32, 34, 36, 38, 40, 43, 45, 47, 49, 51, 53, 56, 58, 60, 62, 64, 66, 68, 71, 73, 75, 77, 79, 81, 84, 86, 88, 90, 92, 94, 97, 99, 101, 103, 105, 107, 109, 112, 114, 116, 118, 120, 122, 125, 127, 129, 131, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
z = 120; r = E; s = Pi;
Table[n + Floor[n*r/s], {n, 1, z}] (* A292650 *)
Table[n + Floor[n*s/r], {n, 1, z}] (* A292651 *)
CROSSREFS
Cf. A292650 (complement).
Sequence in context: A187473 A287122 A064997 * A113903 A248563 A278453
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 27 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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)