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!)
A332487 Numbers k such that sin(k) < 0 or cos(k) < 0. 5
2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 15, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 40, 41, 42, 43, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 59, 60, 61, 62, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 84, 85, 86, 87 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[100], Sin[#] > 0 || Cos[#] > 0 &] (* A332484 *)
Select[Range[100], Sin[#] > 0 || Cos[#] < 0 &] (* A332485 *)
Select[Range[100], Sin[#] < 0 || Cos[#] > 0 &] (* A332486 *)
Select[Range[100], Sin[#] < 0 || Cos[#] < 0 &] (* A332487 *)
CROSSREFS
Sequence in context: A356899 A230780 A302540 * A067942 A130176 A156541
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 14 2020
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 August 21 18:00 EDT 2024. Contains 375353 sequences. (Running on oeis4.)