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.

A122811 Number of prime factors (counted with multiplicity) of the smallest odd number with exactly n divisors.

Original entry on oeis.org

0, 1, 2, 2, 4, 3, 6, 3, 4, 5, 10, 4, 12, 7, 6, 5, 16, 5, 18, 6, 8, 11, 22, 5, 8, 13, 6, 8, 28, 7, 30, 6, 12, 17, 10, 6, 36, 19, 14, 7, 40, 9, 42, 12, 8, 23, 46, 6, 12, 9, 18, 14, 52, 7, 14, 9, 20, 29, 58, 8, 60, 31, 10, 7, 16, 13, 66, 18, 24, 11, 70, 7, 72, 37, 10, 20, 16, 15, 78, 8, 8, 41
Offset: 1

Views

Author

Ray Chandler, Sep 22 2006

Keywords

Comments

a(p) = p-1 for prime p.
This sequence first differs from A059975(n) at n=16, because 3^3.5.7 is less than 3.5.7.11. - Hugo van der Sanden, May 21 2010

Crossrefs

Formula

a(n) = Omega(A038547(n)), where Omega(n) = A001222(n).