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

a(n) = n - A262904(n).
3

%I #6 Oct 11 2015 10:55:04

%S 0,1,1,3,4,5,4,7,8,7,8,9,9,11,12,13,14,15,14,17,18,19,17,21,22,20,21,

%T 25,23,27,24,29,27,31,27,33,34,35,31,37,35,39,34,41,37,43,37,45,41,40,

%U 43,49,43,51,44,53,49,55,47,57,53,59,50,61,62,63,55,65,56,67,57,69,65,71,61,73,63,75,64,77,67,68,68,70,77,72,72,74,75,76,75,78,78,80,78,82,89

%N a(n) = n - A262904(n).

%C Numbers that do not occur in this sequence: 2, 6, 10, 16, 26, 28, 30, 32, 36, 38, 42, 46, 48, 52, 54, 58, 60, 66, 79, 81, 83, 91, 109, 111, 112, 116, 124, 147, 152, 156, ...

%H Antti Karttunen, <a href="/A262906/b262906.txt">Table of n, a(n) for n = 0..65538</a>

%F a(n) = n - A262904(n).

%o (Scheme) (define (A262906 n) (- n (A262904 n)))

%Y Cf. A262904.

%K nonn

%O 0,4

%A _Antti Karttunen_, Oct 07 2015