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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 10 09:13 EDT 2024. Contains 373259 sequences. (Running on oeis4.)