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!)
A332480 Numbers k such that sin(k) > 0 and cos(k) > 0. 8
1, 7, 13, 14, 19, 20, 26, 32, 38, 39, 44, 45, 51, 57, 58, 63, 64, 70, 76, 82, 83, 88, 89, 95, 101, 102, 107, 108, 114, 120, 126, 127, 132, 133, 139, 145, 146, 151, 152, 158, 164, 170, 171, 176, 177, 183, 189, 190, 195, 196, 202, 208, 214, 215, 220, 221, 227 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The sequences A332480-A332483 partition the positive integers.
Subsequence of A327422, where sin(k)*cos(k)>0. - R. J. Mathar, Apr 27 2020
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
Sequence in context: A363491 A342581 A353443 * A233593 A013651 A050931
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)