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.

A023844 Sum of exponents in prime-power factorization of C(5n,n+2).

Original entry on oeis.org

2, 4, 4, 7, 7, 8, 9, 10, 10, 11, 12, 14, 15, 13, 14, 17, 15, 16, 16, 20, 19, 18, 18, 22, 19, 22, 24, 24, 26, 24, 24, 25, 24, 24, 24, 28, 26, 26, 28, 31, 27, 31, 27, 31, 34, 30, 31, 31, 33, 33, 35, 39, 36, 38, 38, 40, 37, 41, 40, 45, 44, 38, 37, 40, 40, 40, 38, 40, 44, 41, 44, 47, 43, 45, 45, 47, 49
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[PrimeOmega[Binomial[5 n, n + 2]], {n, 77}] (* Ivan Neretin, Nov 08 2017 *)
  • PARI
    a(n) = bigomega(binomial(5*n, n+2)); \\ Michel Marcus, Sep 30 2013

Formula

a(n) = A023843(n) + A001222(4*n-1) - A001222(n+2). - Amiram Eldar, Jun 14 2025