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!)
A246413 Positive integers k satisfying csc(k) > csc(k+1). 4
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 112, 114, 116, 118, 120, 122, 124, 126 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n), A246414, and A246415 partition the positive integers.
LINKS
MATHEMATICA
z = 200;
f[x_] := f[x] = Csc[x];
Select[Range[1, z], f[#] > f[# + 1] &] (*A246413*)
Select[Range[1, z], f[#] < f[# + 1] > f[# + 2] &] (*A246414 *)
Select[Range[1, z], f[#] < f[# + 1] < f[# + 2] > f[# + 3] &] (*A246415*)
Position[Partition[Csc[Range[130]], 2, 1], _?(#[[1]]>#[[2]]&), 1, Heads-> False]// Flatten (* Harvey P. Dale, Jul 27 2020 *)
CROSSREFS
Cf. A246414, A246415, A246410 (complement of a(n)).
Sequence in context: A161957 A082720 A033037 * A246411 A158333 A293167
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 25 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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)