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.

A048621 a(n) = A001222(A001405(n)).

Original entry on oeis.org

0, 1, 1, 2, 2, 3, 2, 3, 4, 5, 4, 5, 5, 6, 5, 6, 5, 6, 5, 6, 7, 8, 6, 7, 8, 9, 10, 11, 10, 11, 8, 9, 10, 11, 10, 11, 11, 12, 11, 12, 11, 12, 11, 12, 14, 15, 12, 13, 13, 14, 14, 15, 13, 14, 13, 14, 15, 16, 14, 15, 15, 16, 14, 15, 15, 16, 15, 16, 16, 17, 14, 15, 15, 16, 17, 18, 18, 19
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[PrimeOmega[Binomial[n, Floor[n/2]]], {n, 1, 50}] (* G. C. Greubel, May 12 2017 *)
  • PARI
    for(n=1,100, print1(bigomega(binomial(n,floor(n/2))), ", ")) \\ G. C. Greubel, May 12 2017

Formula

a(n) = A001222(A001405(n)).

Extensions

Simpler name using formula by Joerg Arndt, May 14 2017