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!)
A026309 a(n) = n-th nonnegative integer k satisfying sin(k) < sin(k+1). 17
0, 1, 5, 6, 7, 11, 12, 13, 17, 18, 19, 24, 25, 26, 30, 31, 32, 36, 37, 38, 42, 43, 44, 45, 49, 50, 51, 55, 56, 57, 61, 62, 63, 68, 69, 70, 74, 75, 76, 80, 81, 82, 86, 87, 88, 89, 93, 94, 95, 99, 100, 101, 105, 106, 107, 112, 113, 114, 118 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The sequences A026309, A246297, A246298, A246299 partition the nonnegative integers.
LINKS
MATHEMATICA
z = 500; f[x_] := f[x] = Sin[x]; t = Range[0, z];
Select[t, f[#] < f[# + 1] &] (* A026309 *)
Select[t, f[#] > f[# + 1] < f[# + 2] &] (* A246297 *)
Select[t, f[#] > f[# + 1] > f[# + 2] < f[# + 3] &] (* A246298 *)
Select[t, f[#] > f[# + 1] > f[# + 2] > f[# + 3] < f[# + 4] &] (* A246299 *)
CROSSREFS
Cf. A246297, A246298, A246299, A246293 (complement of A026309).
Sequence in context: A049467 A131503 A047266 * A073936 A184811 A230995
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Comment, Mathematica, and Crossrefs by Clark Kimberling, Aug 21 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 July 18 06:23 EDT 2024. Contains 374377 sequences. (Running on oeis4.)