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.

A369454 Dirichlet inverse of A369257, where A369257 is the number of divisors of n that are odd numbers with an even number of prime factors with multiplicity.

Original entry on oeis.org

1, -1, -1, 0, -1, 1, -1, 0, -1, 1, -1, 0, -1, 1, 0, 0, -1, 1, -1, 0, 0, 1, -1, 0, -1, 1, 1, 0, -1, 0, -1, 0, 0, 1, 0, 0, -1, 1, 0, 0, -1, 0, -1, 0, 2, 1, -1, 0, -1, 1, 0, 0, -1, -1, 0, 0, 0, 1, -1, 0, -1, 1, 2, 0, 0, 0, -1, 0, 0, 0, -1, 0, -1, 1, 2, 0, 0, 0, -1, 0, 0, 1, -1, 0, 0, 1, 0, 0, -1, -2, 0, 0, 0, 1, 0, 0, -1, 1, 2, 0
Offset: 1

Views

Author

Antti Karttunen, Jan 27 2024

Keywords

Crossrefs

Cf. also A358777, A369454.

Programs

Formula

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