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.

A321619 Expansion of Product_{k>0} (1 - d(k)*x^k), where d(k) is the number of divisors of k.

Original entry on oeis.org

1, -1, -2, 0, -1, 5, 0, 6, 0, -5, 9, -14, -18, -13, 31, -26, -3, -5, 34, 18, 21, 117, -36, -10, -64, 52, -140, 276, -142, -232, -456, -16, 56, 330, -421, -119, 1055, -679, 499, 49, 1601, -712, 1199, -932, 3488, -4640, 1186, 182, -700, 2116, -1281, -5305, 1983, 1432
Offset: 0

Views

Author

Seiichi Manyama, Nov 15 2018

Keywords

Comments

This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -1, g(n) = A000005(n).

Crossrefs

Convolution inverse of A279784.

Programs

  • PARI
    N=99; x='x+O('x^N); Vec(prod(k=1, N, 1-numdiv(k)*x^k))