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.

A339717 Dirichlet g.f.: Product_{k>=2} 1 / (1 + k^(-s))^2.

Original entry on oeis.org

1, -2, -2, 1, -2, 2, -2, -2, 1, 2, -2, 0, -2, 2, 2, 4, -2, 0, -2, 0, 2, 2, -2, 4, 1, 2, -2, 0, -2, 2, -2, -4, 2, 2, 2, 2, -2, 2, 2, 4, -2, 2, -2, 0, 0, 2, -2, -4, 1, 0, 2, 0, -2, 4, 2, 4, 2, 2, -2, 0, -2, 2, 0, 5, 2, 2, -2, 0, 2, 2, -2, -4, -2, 2, 0, 0, 2, 2, -2, -4
Offset: 1

Views

Author

Ilya Gutkovskiy, Dec 14 2020

Keywords

Crossrefs

Formula

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