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.

A359788 Dirichlet inverse of A075255, where A075255(n) = n - sopfr(n), where sopfr is the sum of prime factors (with repetition).

Original entry on oeis.org

1, 0, 0, 0, 0, -1, 0, -2, -3, -3, 0, -5, 0, -5, -7, -8, 0, -10, 0, -11, -11, -9, 0, -15, -15, -11, -18, -17, 0, -20, 0, -22, -19, -15, -23, -25, 0, -17, -23, -29, 0, -30, 0, -29, -34, -21, 0, -33, -35, -38, -31, -35, 0, -37, -39, -43, -35, -27, 0, -42, 0, -29, -50, -48, -47, -50, 0, -47, -43, -56, 0, -38, 0, -35
Offset: 1

Views

Author

Antti Karttunen, Jan 15 2023

Keywords

Comments

The first positive term after a(1) occurs as a(144) = 13.

Crossrefs

Cf. A001414, A075255, A359787 (parity of terms).
Cf. also A359789.

Programs

Formula

a(1) = 1, and for n > 1, a(n) = -Sum_{d|n, dA075255(n/d) * a(d).