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.

A079294 Number of distinct prime factors of the numerator of the 2n-th Bernoulli number.

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3, 2, 2, 3, 3, 3, 2, 1, 2, 2, 1, 5, 3, 3, 3, 5, 3, 4, 5, 3, 5, 2, 3, 6, 5, 2, 2, 3, 4, 5, 4, 5, 4, 4, 4, 4, 6, 5, 6, 5, 7, 5, 5, 3, 6, 4, 2, 5, 2, 3, 4, 9, 4, 6, 7, 4, 5, 4, 8, 8, 4, 2, 7, 7, 7, 7, 8, 5, 8, 6, 5, 8, 9, 6, 5, 3, 8
Offset: 0

Views

Author

Benoit Cloitre, Feb 09 2003

Keywords

Crossrefs

Programs

  • Mathematica
    Table[PrimeNu[Numerator[BernoulliB[2n]]], {n, 0, 30}] (* Amiram Eldar, Feb 09 2020 *)
  • PARI
    a(n)=omega(numerator(bernfrac(2*n)))

Formula

a(n) = A001221(abs(A000367(n))). - Amiram Eldar, Feb 09 2020

Extensions

More terms from T. D. Noe, Feb 13 2004