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!)
A327137 Numbers k such that sin(2k) > sin(2k+2) > sin(2k+4) < sin(2k+6). 3
7, 10, 13, 16, 29, 32, 35, 38, 51, 54, 57, 60, 73, 76, 79, 82, 95, 98, 101, 104, 117, 120, 123, 126, 139, 142, 145, 148, 161, 164, 167, 170, 183, 186, 189, 192, 205, 208, 211, 214, 227, 230, 233, 236, 249, 252, 255, 258, 271, 274, 277, 280, 293, 296, 299 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequences A026317, A327136, A327137 partition the nonnegative integers.
LINKS
EXAMPLE
(sin 2, sin 4, ...) = (0.9, -0.7, -0.2, 0.9, -0.5, ...) approximately, so that the differences, in sign, are - + + - + + - - + - - + ..., with "+" in places 2,3,5,6,... (A026317), "- +" starting in places 1,4,8,11,... (A327136), and "- - +" starting in places 7,10,13,16,... (A327137).
MATHEMATICA
z = 500; f[x_] := f[x] = Sin[2 x]; t = Range[1, z];
Select[t, f[#] < f[# + 1] &] (* A026317 *)
Select[t, f[#] > f[# + 1] < f[# + 2] &] (* A327136 *)
Select[t, f[#] > f[# + 1] > f[# + 2] < f[# + 3] &] (* A327137 *)
CROSSREFS
Sequence in context: A154487 A023390 A096678 * A026319 A120153 A226969
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 23 2019
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 May 28 20:33 EDT 2024. Contains 372919 sequences. (Running on oeis4.)