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

A342461
Number of nonzero digits when A329886(n) is written in primorial base, where A329886 is the primorial inflation of Doudna-tree.
5
1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 2, 5, 4, 3, 2, 1, 1, 1, 1, 2, 1, 2, 1, 2, 2, 2, 2, 3, 2, 3, 2, 3, 3, 3, 2, 4, 3, 3, 2, 4, 3, 4, 3, 4, 3, 4, 2, 3, 4, 4, 3, 4, 3, 4, 3, 3, 4
OFFSET
0,7
FORMULA
a(n) = A001221(A342456(n)) = A001221(A342457(n)).
a(n) = A267263(A329886(n)) = A329040(A005940(1+n)).
a(n) <= A342462(n).
For n >= 0, a(2^n) = 1.
PROG
(PARI) A342461(n) = omega(A342456(n)); \\ Other code as in A342456.
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 15 2021
STATUS
approved