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!)
A026311 n-th nonnegative integer k satisfying cos(k) > cos(k+1). 8

%I #9 Aug 09 2021 18:12:33

%S 0,1,2,6,7,8,13,14,15,19,20,21,25,26,27,31,32,33,34,38,39,40,44,45,46,

%T 50,51,52,57,58,59,63,64,65,69,70,71,75,76,77,78,82,83,84,88,89,90,94,

%U 95,96,101,102,103,107,108,109,113,114,115

%N n-th nonnegative integer k satisfying cos(k) > cos(k+1).

%C The sequences A026311, A246300, A246301, A246302 partition the nonnegative integers.

%H Clark Kimberling, <a href="/A026311/b026311.txt">Table of n, a(n) for n = 1..4000</a>

%t z = 520; f[x_] := f[x] = Cos[x]; t = Range[0, z];

%t Select[t, f[#] > f[# + 1] &] (* A026311 *)

%t Select[t, f[#] < f[# + 1] > f[# + 2] &] (* A246300 *)

%t Select[t, f[#] < f[# + 1] < f[# + 2] > f[# + 3] &] (* A246301 *)

%t Select[t, f[#] < f[# + 1] < f[# + 2] < f[# + 3] > f[# + 4] &] (* A246302 *)

%t Join[{0},Position[Partition[Cos[Range[120]],2,1],_?(#[[1]]>#[[2]]&),1,Heads -> False]//Flatten] (* _Harvey P. Dale_, Aug 09 2021 *)

%Y Cf. A246293, A246300, A246301, A246302, A246303 (complement of A026311).

%K nonn,easy

%O 1,3

%A _Clark Kimberling_

%E Comment, Mathematica, Crossrefs by _Clark Kimberling_, Aug 22 2014

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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)