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.

A387715 Number of divisors d of n for which A003959(d) > 2*d, where A003959 is multiplicative with a(p^e) = (p+1)^e.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Sep 06 2025

Keywords

Comments

Number of terms of A387711 that divide n.

Crossrefs

Cf. A003959, A387711 (positions of terms > 0), A387712 (of 1's), A387713 (of terms > 1).
Cf. also A080224, A337345.

Programs

Formula

a(n) = Sum_{d|n} [A003959(d) > 2*d], where [ ] is the Iverson bracket.