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

A324861
a(n) is the binary length of A324876(n).
4
0, 1, 2, 2, 3, 3, 4, 3, 3, 4, 5, 4, 6, 5, 4, 4, 7, 4, 8, 5, 5, 6, 9, 5, 5, 7, 4, 6, 10, 5, 11, 5, 6, 8, 5, 5, 12, 9, 7, 6, 13, 6, 14, 7, 5, 10, 15, 6, 6, 4, 8, 8, 16, 5, 6, 7, 9, 11, 17, 6, 18, 12, 6, 6, 7, 7, 19, 9, 10, 6, 20, 6, 21, 13, 4, 10, 6, 8, 22, 7, 6, 14, 23, 7, 8, 15, 11, 8, 24, 6, 7, 11, 12, 16, 9, 7, 25, 5, 7, 6, 26, 9, 27, 9, 6
OFFSET
1,3
COMMENTS
Differs from A324863 [binary length of A324866(n)] for the first time at n=50.
FORMULA
a(1) = 0; for n > 1, a(n) = A070939(A324876(n)) = 1 + A000523(A324876(n)).
a(A000040(n)) = n.
EXAMPLE
For n = 50, A324876(50) = 9, in binary "1001" with length 4, thus a(50) = 4.
PROG
(PARI) A324861(n) = #binary(A324876(n)); \\ Needs also code from A324876.
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 21 2019
STATUS
approved