A112779 Largest exponent in the prime factorization of highly composite numbers (definition 1, A002182).
0, 1, 2, 1, 2, 3, 2, 4, 2, 3, 2, 4, 3, 4, 3, 2, 4, 3, 4, 3, 5, 4, 6, 4, 3, 4, 5, 4, 3, 5, 4, 6, 4, 5, 4, 5, 6, 4, 3, 5, 4, 6, 4, 5, 4, 5, 6, 4, 6, 7, 5, 4, 4, 6, 4, 5, 4, 5, 6, 4, 6, 7, 5, 4, 4, 6, 5, 5, 4, 6, 5, 6, 4, 6, 7, 5, 4, 6, 5, 7, 6, 5, 6, 4, 4, 6, 7, 5, 5, 4, 6, 6, 5, 7, 6, 5, 6, 4, 7, 6, 7, 5, 7, 6, 8
Offset: 1
Keywords
Examples
A002182(8) = 48 = 2^4*3, which has largest exponent 4, so a(8)=4.
Links
- T. D. Noe, Table of n, a(n) for n=1..10000 (using Flammenkamp's data)
- A. Flammenkamp, First 1200 highly composite numbers
- Eric Weisstein's World of Mathematics, Highly Composite Number
Programs
-
PARI
apply( A112779(n)=valuation(A002182(n),2), [1..99]) \\ M. F. Hasler, Jan 03 2020
Comments