A253274 Exponent of the highest power of 2 dividing A007497(n).
1, 0, 2, 0, 3, 0, 3, 2, 3, 5, 3, 6, 2, 12, 3, 13, 3, 9, 6, 13, 10, 9, 7, 13, 9, 13, 5, 14, 6, 12, 11, 26, 0, 14, 15, 17, 6, 20, 15, 18, 17, 35, 10, 8, 23, 11, 15, 10, 16, 29, 32, 12, 19, 27, 25, 26, 18, 24, 33, 22, 36, 13, 24, 18, 24, 43, 16, 29, 35, 18, 12, 42
Offset: 1
Keywords
Examples
A007497(9) = 168 = 2^3*3*7, so a(n) = 3.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..1500
Programs
-
Mathematica
f[1] = 2; f[n_] := f[n] = DivisorSigma[1, f[n - 1]]; Table[IntegerExponent[f[n], 2], {n, 70}] (* Amiram Eldar, Mar 27 2023 *)
Extensions
More terms from Michel Marcus, May 01 2015