login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Complement of A233271.
5

%I #6 Mar 07 2016 12:29:37

%S 3,5,6,9,10,11,13,14,17,18,19,20,22,23,25,26,27,29,30,33,34,35,36,37,

%T 39,40,41,43,44,45,47,48,50,51,52,54,55,57,58,59,61,62,65,66,67,68,69,

%U 70,72,73,74,76,77,78,80,81,83,84,85,86,88,89,91,92,93,95,96,98,99,100,101,103,104,105,107,108,109,111

%N Complement of A233271.

%H Antti Karttunen, <a href="/A269390/b269390.txt">Table of n, a(n) for n = 1..13890</a>

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

%o (define A269390 (ZERO-POS 1 1 (lambda (n) (- (A269381 n) (A269381 (- n 1))))))

%Y Cf. A233271 (complement).

%Y Cf. A269381.

%Y Cf. also A213713, A269391, A269392.

%K nonn,base

%O 1,1

%A _Antti Karttunen_, Mar 05 2016