Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Jan 08 2023 14:25:39
%S 3,5,6,10,12,17,19,20,21,23,24,27,29,31,33,34,35,37,38,39,40,42,45,46,
%T 48,53,54,55,58,61,62,65,66,68,70,73,74,75,76,78,80,83,84,89,90,92,96,
%U 101,103,106,108,110,113,116,119,122,123,124,125,127,129,130,132,133,136,139,140,141,146,147
%N Positions of odd terms in A329697.
%C Numbers that occur on odd-indexed rows of array A334100.
%o (PARI) isA359584(n) = A359583(n);
%Y Positions of -1's in A359581, positions of 1's in A359583 (characteristic function).
%Y Cf. A329697, A334100, A359585 (complement).
%Y Cf. A334101, A334103, A334105 (subsequences).
%K nonn
%O 1,1
%A _Antti Karttunen_, Jan 07 2023