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.

A349377 Dirichlet convolution of A006369 with the Dirichlet inverse of A006368, where A006368 is the "amusical permutation", and A006369 is its inverse permutation.

Original entry on oeis.org

1, 0, 0, -1, 3, -5, 4, 2, -1, -11, 7, 7, 7, -14, -7, -3, 10, -2, 11, 16, -10, -25, 14, -6, 2, -25, 0, 18, 17, 11, 18, 4, -17, -36, -10, 20, 21, -39, -17, -18, 24, 12, 25, 34, -7, -50, 28, 2, 8, -15, -24, 34, 31, 3, -20, -16, -27, -61, 35, 30, 35, -64, -8, -5, -20, 23, 39, 50, -34, 6, 42, -44, 42, -75, -15, 52, -22, 23
Offset: 1

Views

Author

Antti Karttunen, Nov 17 2021

Keywords

Comments

Obviously, convolving this sequence with A006368 gives its inverse A006369 from n >= 1 onward.

Crossrefs

Cf. A006368, A006369, A349351, A349376 (Dirichlet inverse), A349378 (sum with it).
Cf. also pairs A349613, A349614 and A349397, A349398 for similar constructions.

Programs

Formula

a(n) = Sum_{d|n} A006369(d) * A349351(n/d).
a(n) = A349378(n) - A349376(n).