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.

A339707 Dirichlet g.f.: Product_{k>=2} (1 - k^(-s))^8.

Original entry on oeis.org

1, -8, -8, 20, -8, 56, -8, 0, 20, 56, -8, -104, -8, 56, 56, -70, -8, -104, -8, -104, 56, 56, -8, -104, 20, 56, 0, -104, -8, -328, -8, 64, 56, 56, 56, 36, -8, 56, 56, -104, -8, -328, -8, -104, -104, 56, -8, 456, 20, -104, 56, -104, -8, -104, 56, -104, 56, 56, -8, 344, -8, 56, -104, 56, 56
Offset: 1

Views

Author

Ilya Gutkovskiy, Dec 13 2020

Keywords

Crossrefs

Formula

a(1) = 1; a(n) = -Sum_{d|n, d < n} A339323(n/d) * a(d).
a(p^k) = A000731(k) for prime p.