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!)
A332483 Numbers k such that sin(k) < 0 and cos(k) < 0. 8
4, 10, 16, 17, 22, 23, 29, 35, 36, 41, 42, 48, 54, 60, 61, 66, 67, 73, 79, 80, 85, 86, 92, 98, 104, 105, 110, 111, 117, 123, 124, 129, 130, 136, 142, 148, 149, 154, 155, 161, 167, 168, 173, 174, 180, 186, 192, 193, 198, 199, 205, 211, 212, 217, 218, 224, 230 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequences A332480-A332483 partition the positive integers.
LINKS
MATHEMATICA
Select[Range[300], Sin[#] > 0 && Cos[#] > 0 &] (* A332480 *)
Select[Range[300], Sin[#] > 0 && Cos[#] < 0 &] (* A332481 *)
Select[Range[300], Sin[#] < 0 && Cos[#] > 0 &] (* A332482 *)
Select[Range[300], Sin[#] < 0 && Cos[#] < 0 &] (* A332483 *)
CROSSREFS
Subsequence of A327422.
Sequence in context: A055103 A285629 A030332 * A310473 A310474 A310475
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 April 24 06:07 EDT 2024. Contains 371918 sequences. (Running on oeis4.)