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

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

%S 1,3,4,6,8,9,11,13,14,16,18,19,21,22,24,26,27,29,31,32,34,36,37,39,41,

%T 42,44,45,47,49,50,52,54,55,57,59,60,62,64,65,67,68,70,72,73,75,77,78,

%U 80,82,83,85,87,88,90,91,93,95,96,98,100,101,103,105,106

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

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

%t z = 120; r = Cos[1]; s = Sin[1];

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

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

%Y Cf. A292653 (complement).

%K nonn,easy

%O 1,2

%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 July 22 18:23 EDT 2024. Contains 374540 sequences. (Running on oeis4.)