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.

A023979 Sum of exponents in prime-power factorization of multinomial coefficient M(4n; n,n,n,n).

Original entry on oeis.org

0, 4, 7, 11, 12, 16, 17, 23, 21, 23, 24, 28, 27, 33, 36, 37, 33, 38, 37, 42, 41, 44, 46, 52, 48, 51, 52, 51, 50, 55, 55, 60, 55, 57, 61, 62, 58, 64, 66, 70, 65, 72, 71, 78, 78, 76, 78, 84, 79, 81, 80, 82, 82, 88, 84, 86, 82, 85, 88, 94, 90, 98, 102, 102, 93, 95, 94, 100, 100, 104, 103, 107, 102
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := PrimeOmega[Multinomial[n, n, n, n]]; Array[a, 100, 0] (* Amiram Eldar, Jun 11 2025 *)
  • PARI
    a(n) = bigomega((4*n)! / n!^4); \\ Amiram Eldar, Jun 11 2025

Formula

From Amiram Eldar, Jun 11 2025: (Start)
a(n) = A001222(A008977(n)).
a(n) = A022559(4*n) - 4*A022559(n). (End)

Extensions

Offset changed to 0 and a(0) prepended by Amiram Eldar, Jun 11 2025