A319317 Numbers k such that A090616(k) > A054861(k).
8, 16, 17, 20, 24, 25, 26, 32, 34, 35, 40, 41, 44, 48, 49, 50, 52, 53, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 96, 97, 98, 104, 106, 107, 116, 128, 129, 130, 131, 132, 133, 134, 136, 137, 140, 142, 143, 144, 145, 146, 148, 149, 150, 151
Offset: 1
Keywords
Examples
The highest power of 3 dividing 8! is 3^2, while the highest power of 4 dividing 8! is 4^3, so 8 is a term, and the highest power of 12 dividing 8! is 12^2. The highest power of 3 dividing 16! is 3^6, while the highest power of 4 dividing 16! is 4^7, so 16 is a term, and the highest power of 12 dividing 16! is 12^6.
Links
- Jianing Song, Table of n, a(n) for n = 1..5071 (all terms <= 10000)
Crossrefs
Programs
-
PARI
isA319317(n)=(n-vecsum(digits(n, 2)))\2>(n-vecsum(digits(n, 3)))\2
Comments