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.

A345446 Number of semiprime divisors of n whose square does not divide n.

Original entry on oeis.org

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

Views

Author

Wesley Ivan Hurt, Jun 19 2021

Keywords

Comments

a(p) = 0 for p prime.

Crossrefs

Programs

Formula

a(n) = Sum_{d|n} [Omega(d) = 2] * (ceiling(n/d^2) - floor(n/d^2)), where [ ] is the Iverson bracket.