cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A023846 Sum of exponents in prime-power factorization of binomial(5n, n+4).

Original entry on oeis.org

0, 4, 5, 6, 6, 8, 10, 10, 10, 11, 12, 13, 15, 14, 14, 16, 15, 17, 16, 20, 19, 18, 18, 20, 19, 22, 25, 22, 23, 25, 24, 26, 24, 25, 24, 26, 25, 27, 30, 30, 28, 31, 29, 29, 31, 29, 31, 33, 32, 33, 33, 37, 36, 38, 39, 40, 38, 42, 40, 41, 40, 39, 39, 40, 39, 40, 39, 40, 43, 41, 43, 47, 43, 45, 47, 45, 46
Offset: 1

Views

Author

Keywords

Comments

By Kummer's theorem, a(n) is the sum over all primes p of the number of carries when n+4 is added to 4n-4 in base p. - Robert Israel, Nov 09 2017

Crossrefs

Programs

  • Maple
    seq(numtheory:-bigomega(binomial(5*n,n+4)), n=1..100); # Robert Israel, Nov 09 2017
  • Mathematica
    Table[PrimeOmega[Binomial[5 n, n + 4]], {n, 77}] (* Ivan Neretin, Nov 09 2017 *)
  • PARI
    a(n) = bigomega(binomial(5*n, n+4)); \\ Michel Marcus, Nov 09 2017

Formula

a(n) = A023844(n) + A001222(4*n-3) - A001222(n+4). - Amiram Eldar, Jun 14 2025