login

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”).

Positions n where A255054(n) is odd.
4

%I #8 Feb 17 2015 00:10:35

%S 0,2,3,5,6,10,11,14,15,19,20,23,24,25,26,30,31,35,36,39,40,41,42,44,

%T 48,52,53,54,55,59,60,64,65,68,69,70,71,73,77,79,81,83,88,92,93,94,95,

%U 97,101,105,106,107,108,112,113,117,118,121,122,123,124,126,130,132,134,136,141,143,145,148,149,151,154,156,161,165

%N Positions n where A255054(n) is odd.

%H Antti Karttunen, <a href="/A255059/b255059.txt">Table of n, a(n) for n = 1..10000</a>

%o (Scheme, with _Antti Karttunen_'s IntSeq-library)

%o (define A255059 (MATCHING-POS 1 0 (lambda (n) (odd? (A255054 n)))))

%Y Complement: A255060.

%Y Cf. A255061 (apart from its second term 1 is a subsequence).

%Y Cf. A255054.

%K nonn

%O 1,2

%A _Antti Karttunen_, Feb 16 2015