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.

A365711 Dirichlet inverse of balanced ternary enumeration of integers (A117966).

Original entry on oeis.org

1, 1, -3, -3, -2, -3, 2, -3, 0, -14, -8, 9, -13, -7, 6, 6, -5, 0, 8, 0, -6, -11, 7, 9, 15, -13, 0, -60, -26, 42, -31, -30, 24, -35, -31, 0, -37, -19, 39, 54, -38, 21, -34, 18, 0, -5, -17, -18, -18, 54, 15, 75, -14, 0, 58, 3, -24, -29, 25, 0, 29, -31, 0, -57, 71, 33, 14, -9, -21, -46, 22, 0, 35, -37, -45, -78, 2, 39
Offset: 1

Views

Author

Antti Karttunen, Sep 19 2023

Keywords

Crossrefs

Programs

Formula

a(1) = 1, and for n > 1, a(n) = -Sum_{d|n, dA117966(n/d) * a(d).
A011655(abs(a(n))) = A359377(n).