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!)
A246303 Numbers k such that cos(k) < cos(k+1). 11
3, 4, 5, 9, 10, 11, 12, 16, 17, 18, 22, 23, 24, 28, 29, 30, 35, 36, 37, 41, 42, 43, 47, 48, 49, 53, 54, 55, 56, 60, 61, 62, 66, 67, 68, 72, 73, 74, 79, 80, 81, 85, 86, 87, 91, 92, 93, 97, 98, 99, 100, 104, 105, 106, 110, 111, 112, 116, 117, 118, 123, 124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequences A246303, A246304, A246305, A246306 partition the nonnegative integers.
LINKS
MATHEMATICA
z = 500; f[x_] := f[x] = Cos[x]; t = Range[0, z];
Select[t, f[#] < f[# + 1] &] (* A246303 *)
Select[t, f[#] > f[# + 1] < f[# + 2] &] (* A246304 *)
Select[t, f[#] > f[# + 1] > f[# + 2] < f[# + 3] &] (* A246305 *)
Select[t, f[#] > f[# + 1] > f[# + 2] > f[# + 3] < f[# + 4] &] (* A246306 *)
CROSSREFS
Cf. A026304, A246305, A246306, A026311 (complement of A246303).
Sequence in context: A259615 A069807 A132141 * A362461 A285161 A329781
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 June 9 02:41 EDT 2024. Contains 373227 sequences. (Running on oeis4.)