login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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, 42, 44, 45, 47, 49, 50, 52, 54, 55, 57, 59, 60, 62, 64, 65, 67, 68, 70, 72, 73, 75, 77, 78, 80, 82, 83, 85, 87, 88, 90, 91, 93, 95, 96, 98, 100, 101, 103, 105, 106
OFFSET
1,2
LINKS
MATHEMATICA
z = 120; r = Cos[1]; s = Sin[1];
Table[n + Floor[n*r/s], {n, 1, z}] (* A292652 *)
Table[n + Floor[n*s/r], {n, 1, z}] (* A292653 *)
CROSSREFS
Cf. A292653 (complement).
Sequence in context: A109259 A292663 A182772 * A059535 A061402 A330066
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 27 2017
STATUS
approved