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.

A066088 Number of distinct prime factors of sigma_2(n), where sigma_2(n) = A001157(n).

Original entry on oeis.org

0, 1, 2, 2, 2, 2, 2, 2, 2, 3, 2, 4, 3, 2, 3, 2, 3, 3, 2, 4, 2, 3, 3, 3, 3, 3, 3, 4, 2, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 4, 2, 2, 3, 4, 3, 3, 4, 4, 3, 4, 3, 5, 3, 3, 3, 3, 3, 3, 2, 5, 2, 4, 4, 2, 4, 3, 3, 5, 3, 3, 2, 4, 4, 3, 5, 4, 3, 3, 2, 4, 2, 3, 4, 4, 4, 3, 3, 4, 3, 4, 3, 5, 4, 4, 3, 5, 3, 4, 4, 3, 2, 3, 3, 3, 3
Offset: 1

Views

Author

Labos Elemer, Dec 04 2001

Keywords

Examples

			sigma_2(12) = 144 + 36 + 16 + 9 + 4 + 1 = 210, so a(12)=4.
		

Crossrefs

Programs

  • Mathematica
    PrimeNu[DivisorSigma[2,Range[110]]] (* Harvey P. Dale, Feb 23 2015 *)
  • PARI
    a(n) = { omega(sigma(n, 2)) } \\ Harry J. Smith, Nov 11 2009

Formula

a(n) = A001221(A001157(n)).

Extensions

Offset changed from 0 to 1 by Harry J. Smith, Nov 11 2009