A319316 Numbers k such that A090616(k) < A054861(k).
3, 9, 15, 27, 28, 29, 30, 31, 39, 45, 54, 55, 57, 63, 81, 82, 83, 84, 85, 87, 90, 91, 93, 94, 95, 99, 108, 109, 110, 111, 117, 118, 119, 123, 126, 127, 135, 162, 163, 165, 171, 174, 175, 183, 189, 190, 191, 207, 219, 243, 244, 245, 246, 247, 248, 249, 250, 251
Offset: 1
Keywords
Examples
The highest power of 3 dividing 9! is 3^4, while the highest power of 4 dividing 9! is 4^3, so 9 is a term, and the highest power of 12 dividing 9! is 12^3. The highest power of 3 dividing 15! is 3^6, while the highest power of 4 dividing 15! is 4^5, so 15 is a term, and the highest power of 12 dividing 15! is 12^5.
Links
- Jianing Song, Table of n, a(n) for n = 1..2227 (all terms <= 10000)
Crossrefs
Programs
-
PARI
isA319316(n)=(n-vecsum(digits(n, 2)))\2<(n-vecsum(digits(n, 3)))\2
Comments