login
A275813
Positions of odd terms in A060131; indices of permutations of an odd order in tables A060117 & A060118.
4
0, 3, 5, 8, 10, 13, 14, 19, 22, 30, 33, 35, 36, 39, 41, 42, 45, 47, 50, 52, 54, 57, 59, 63, 65, 69, 71, 73, 74, 81, 83, 84, 87, 89, 93, 95, 97, 100, 105, 107, 111, 113, 114, 117, 119, 144, 147, 149, 152, 154, 157, 158, 163, 166, 168, 171, 173, 176, 178, 181, 182, 187, 190, 192, 195, 197, 200, 202, 205, 206, 211, 214, 216, 219, 221
OFFSET
0,2
COMMENTS
Indexing starts with zero, because a(0) = 0 (indicating an identity permutation) is a special case in this sequence.
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A275813 (MATCHING-POS 0 0 (lambda (n) (odd? (A060131 n)))))
CROSSREFS
Complement: A275814.
Cf. A275809 (a subsequence).
Sequence in context: A362935 A033033 A211704 * A356037 A353070 A372780
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 10 2016
STATUS
approved