A106844 Exponent of 2 in the prime factorization of A093641(n).
0, 1, 0, 2, 0, 1, 0, 3, 1, 0, 2, 0, 1, 4, 0, 0, 2, 1, 0, 3, 1, 2, 0, 0, 5, 1, 0, 1, 3, 0, 0, 2, 1, 0, 4, 2, 0, 3, 1, 0, 0, 1, 6, 0, 2, 0, 0, 1, 2, 0, 4, 1, 0, 1, 3, 0, 2, 1, 5, 0, 0, 0, 3, 1, 0, 0, 4, 0, 2, 1, 1, 2, 0, 7, 0, 1, 3, 0, 0, 1, 1, 2, 0, 0, 3, 0, 1, 5, 0, 2, 1, 0, 2, 0, 4, 1, 0, 0, 3, 2, 0, 6, 0, 1
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
f[n_] := Module[{e = IntegerExponent[n, 2]}, If[!CompositeQ[n / 2^e], e, Nothing]]; Array[f, 200] (* Amiram Eldar, Aug 24 2024 *)
Extensions
a(1)-a(2) inserted by Amiram Eldar, Aug 24 2024
Comments