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!)
A246301 Numbers k such that cos(k) < cos(k+1) < cos(k+2) > cos(k+3). 4
4, 11, 17, 23, 29, 36, 42, 48, 55, 61, 67, 73, 80, 86, 92, 99, 105, 111, 117, 124, 130, 136, 143, 149, 155, 161, 168, 174, 180, 186, 193, 199, 205, 212, 218, 224, 230, 237, 243, 249, 256, 262, 268, 274, 281, 287, 293, 300, 306, 312, 318, 325, 331, 337, 344 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequences A026311, A246300, A246301, A246302 partition the nonnegative integers.
LINKS
MATHEMATICA
z = 520; f[x_] := f[x] = Cos[x]; t = Range[0, z];
Select[t, f[#] > f[# + 1] &] (* A026311 *)
Select[t, f[#] < f[# + 1] > f[# + 2] &] (* A246300 *)
Select[t, f[#] < f[# + 1] < f[# + 2] > f[# + 3] &] (* A246301 *)
Select[t, f[#] < f[# + 1] < f[# + 2] < f[# + 3] > f[# + 4] &] (* A246302 *)
CROSSREFS
Sequence in context: A360134 A310561 A248349 * A160907 A003146 A063237
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 22 2014
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 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)