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

A275849
Number of unoccupied slopes in factorial base representation of n: a(n) = A084558(n) - A060502(n).
5
0, 0, 1, 0, 1, 1, 2, 1, 1, 0, 1, 1, 2, 1, 2, 1, 1, 1, 2, 2, 1, 1, 2, 2, 3, 2, 2, 1, 2, 2, 2, 1, 1, 0, 1, 1, 2, 1, 2, 1, 1, 1, 2, 2, 1, 1, 2, 2, 3, 2, 2, 1, 2, 2, 3, 2, 2, 1, 2, 2, 2, 1, 2, 1, 1, 1, 2, 2, 1, 1, 2, 2, 3, 2, 3, 2, 2, 2, 2, 1, 2, 1, 1, 1, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 2, 2, 3, 3, 2, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 2, 2, 3, 3, 4
OFFSET
0,7
FORMULA
a(n) = A084558(n) - A060502(n).
Other identities. For all n >= 0:
a(n) = A275850(A225901(n)).
a(n) = A060501(n)-1. [To be proved.]
PROG
(Scheme) (define (A275849 n) (- (A084558 n) (A060502 n)))
CROSSREFS
Cf. A007489 (the indices of zeros).
Sequence in context: A051764 A348917 A268533 * A025906 A213369 A020944
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Aug 15 2016
STATUS
approved