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.

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

Original entry on oeis.org

1, -3, -3, 0, -3, 6, -3, 5, 0, 6, -3, 6, -3, 6, 6, 0, -3, 6, -3, 6, 6, 6, -3, -9, 0, 6, 5, 6, -3, -3, -3, 0, 6, 6, 6, -9, -3, 6, 6, -9, -3, -3, -3, 6, 6, 6, -3, -9, 0, 6, 6, 6, -3, -9, 6, -9, 6, 6, -3, -21, -3, 6, 6, -7, 6, -3, -3, 6, 6, -3, -3, -12, -3, 6, 6, 6, 6, -3, -3, -9
Offset: 1

Views

Author

Ilya Gutkovskiy, Dec 13 2020

Keywords

Crossrefs

Formula

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