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.

A378216 Dirichlet inverse of A174725.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Nov 22 2024

Keywords

Crossrefs

Programs

  • PARI
    A378216(n) = if(1==n,n,2-numdiv(n));

Formula

a(1) = 1, and for n > 1, a(n) = -Sum_{d|n, dA174725(n/d) * a(d).
For n > 1, a(n) = -A070824(n) = 2-A000005(n).
a(n) = Sum_{d|n} A023900(d) * A033879(n/d) = Sum_{d|n} A378220(d) * A344587(n/d).