login
A374206
The 2-adic valuation of A113177(n), where A113177 is fully additive with a(p) = Fibonacci(p).
5
0, 1, 1, 0, 0, 0, 0, 2, 1, 0, 2, 0, 1, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 3, 0, 0, 0, 1, 1, 1, 0, 1, 0, 3, 0, 4, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 4, 0, 1, 0, 0, 0, 1, 0, 1, 1, 2, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 1, 2, 0, 0, 3, 1, 0, 0, 1, 1, 0, 2, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 2, 0, 6, 0, 2, 2, 1, 0, 3
OFFSET
2,8
LINKS
FORMULA
a(n) = A007814(A113177(n)).
PROG
(PARI)
A113177(n) = if(n<=1, 0, my(f=factor(n)); sum(i=1, #f~, f[i, 2]*fibonacci(f[i, 1])));
A374206(n) = valuation(A113177(n), 2);
CROSSREFS
Cf. A007814, A113177, A373586 (gives the indices of nonzero terms here, after its initial 1), A373587 (gives the indices of 0's).
Sequence in context: A033768 A033786 A373147 * A366768 A137696 A275731
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 01 2024
STATUS
approved