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.

A353468 Dirichlet inverse of A353467.

Original entry on oeis.org

1, 1, -1, -1, 1, 1, -1, 2, 2, -1, 1, -3, -1, 1, -3, -5, 1, -1, -1, 3, 3, -1, 1, 10, -1, 1, -5, -3, -1, 1, 1, 14, -3, -1, 1, 0, -1, 1, 3, -10, 1, -1, -1, 3, 10, -1, 1, -35, 2, 2, -3, -3, -1, 2, -1, 10, 3, 1, 1, 3, -1, -1, -10, -42, 1, 1, 1, 3, -3, -3, -1, 10, 1, 1, 0, -3, -3, -1, -1, 35, 14, -1, 1, -3, -1, 1, 3, -10
Offset: 1

Views

Author

Antti Karttunen, Apr 21 2022

Keywords

Crossrefs

Cf. A000040, A252463, A353467 [Dirichlet inverse], A353469 [sum with it].
Cf. also A353458.

Programs

Formula

a(1) = 1, for n > 1, a(n) = -Sum_{d|n, dA353467(n/d) * a(d).
a(n) = A353467(A252463(n)).
For all n >= 1, a(A000040(n)) = ((-1)^(n-1)).