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!)
A327138 Numbers k such that cos(2k) < cos(2k+2). 4
2, 5, 8, 11, 12, 14, 15, 17, 18, 20, 21, 24, 27, 30, 33, 34, 36, 37, 39, 40, 42, 43, 46, 49, 52, 55, 56, 58, 59, 61, 62, 64, 65, 68, 71, 74, 77, 78, 80, 81, 83, 84, 86, 87, 90, 93, 96, 99, 100, 102, 103, 105, 106, 108, 109, 112, 115, 118, 121, 122, 124, 125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequences A327138, A327139, A327140 partition the positive integers.
Conjecture: 2.07 < n*Pi - a(n) < 3.08 for n >= 1.
LINKS
EXAMPLE
(cos 2, cos 4, ...) = (-0.4, -0.6, 0.9, -0.1, -0.8, ...) approximately, so that the differences, in sign, are - + - - + - - + - - + +, with "+" in places 2,5,8,11,12,... (A327138), "- +" starting in places 1,4,7,10,13,... (A327139), and "- - +" starting in places 3,6,9,22,25,... (A327140).
MATHEMATICA
z = 500; f[x_] := f[x] = Cos[2 x]; t = Range[1, z];
Select[t, f[#] < f[# + 1] &] (* A327138 *)
Select[t, f[#] > f[# + 1] < f[# + 2] &] (* A327139 *)
Select[t, f[#] > f[# + 1] > f[# + 2] < f[# + 3] &] (* A327140 *)
CROSSREFS
Sequence in context: A188802 A031141 A143263 * A102624 A070328 A124934
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 23 2019
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)