OFFSET
1,3
COMMENTS
Conjecture: The sequence is unbounded. (This conjecture does not follow from Chen's theorem.)
LINKS
Peter J. C. Moses, Table of n, a(n) for n = 1..2000
Y.-G. Chen, On the parity of exponents in the standard factorization of n!, J. Number Theory, 100 (2003), 326-331.
EXAMPLE
28! = 2^25*3^13*5^6*7^4*11^2*13^2*17*19*23, and only the first 2 exponents are odious, so a(14) = 2.
MATHEMATICA
Map[Count[First[Split[Map[OddQ[DigitCount[#, 2][[1]]]&, Last[Transpose[FactorInteger[(2*#)!]]&[#]]]]], True]&, Range[75]] (* Peter J. C. Moses, Apr 10 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Apr 10 2014
STATUS
approved