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.

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

Original entry on oeis.org

1, 4, 5, 6, 8, 9, 10, 12, 12, 13, 15, 15, 16, 16, 17, 19, 18, 20, 18, 23, 25, 21, 22, 24, 24, 28, 29, 27, 29, 31, 28, 31, 32, 30, 32, 35, 34, 34, 36, 37, 35, 40, 36, 35, 39, 36, 37, 40, 38, 41, 43, 46, 46, 46, 45, 48, 46, 49, 47, 51, 52, 50, 48, 49, 51, 52, 49, 52, 55, 53, 54, 58, 55, 57, 60, 58, 62
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[PrimeOmega[Binomial[5 n, 2 n + 2]], {n, 77}] (* Ivan Neretin, Nov 09 2017 *)
  • PARI
    a(n) = bigomega(binomial(5*n,2*n+2)); \\ Amiram Eldar, Jun 14 2025

Formula

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

Extensions

Missing terms a(31), a(32) fixed by Ivan Neretin, Nov 09 2017