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”).

A292653
Rank of n*sin(1) when all the numbers j*cos(1) and k*sin(1), for j>=1, k>=1, are jointly ranked.
2
2, 5, 7, 10, 12, 15, 17, 20, 23, 25, 28, 30, 33, 35, 38, 40, 43, 46, 48, 51, 53, 56, 58, 61, 63, 66, 69, 71, 74, 76, 79, 81, 84, 86, 89, 92, 94, 97, 99, 102, 104, 107, 109, 112, 115, 117, 120, 122, 125, 127, 130, 132, 135, 138, 140, 143, 145, 148, 150, 153
OFFSET
1,1
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. A292652 (complement).
Sequence in context: A330067 A059536 A030193 * A028250 A190087 A182771
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 27 2017
STATUS
approved