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!)
A246300 Numbers k such that cos(k) < cos(k+1) > cos(k+2). 4
5, 12, 18, 24, 30, 37, 43, 49, 56, 62, 68, 74, 81, 87, 93, 100, 106, 112, 118, 125, 131, 137, 144, 150, 156, 162, 169, 175, 181, 187, 194, 200, 206, 213, 219, 225, 231, 238, 244, 250, 257, 263, 269, 275, 282, 288, 294, 301, 307, 313, 319, 326, 332, 338, 345 (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: A314288 A314289 A314290 * A294143 A101757 A174518
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 19 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)