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) = A255411(n) - A276340(n).
3

%I #8 Sep 01 2016 10:55:08

%S 0,0,4,4,0,0,22,22,24,24,22,22,18,18,22,22,18,18,0,0,4,4,0,0,118,118,

%T 120,120,118,118,138,138,142,142,138,138,120,120,124,124,120,120,118,

%U 118,120,120,118,118,114,114,118,118,114,114,120,120,124,124,120,120,118,118,120,120,118,118,114,114,118,118,114,114,96

%N a(n) = A255411(n) - A276340(n).

%H Antti Karttunen, <a href="/A276339/b276339.txt">Table of n, a(n) for n = 0..5039</a>

%H <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a>

%F a(n) = A255411(n) - A276340(n).

%o (Scheme) (define (A276339 n) (- (A255411 n) (A276340 n)))

%Y Cf. A001563, A255411, A276340.

%Y Cf. A276091 (seems to give the indices of zeros, checked empirically for the first 512 zeros).

%K nonn,base

%O 0,3

%A _Antti Karttunen_, Sep 01 2016