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.

A066816 Expansion of Product_{k>=1} (1 + A001055(k)*x^k).

Original entry on oeis.org

1, 1, 1, 2, 3, 4, 6, 8, 10, 15, 20, 25, 36, 46, 58, 78, 95, 120, 160, 198, 249, 318, 392, 485, 608, 745, 914, 1140, 1390, 1692, 2092, 2528, 3032, 3709, 4468, 5364, 6494, 7770, 9279, 11161, 13347, 15824, 18920, 22465, 26539, 31607, 37345, 43994, 52016
Offset: 0

Views

Author

Vladeta Jovovic, Jan 20 2002

Keywords

Comments

This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -1, g(n) = -A001055(n). - Seiichi Manyama, Nov 14 2018

Crossrefs

Formula

a(n) = (1/n)*Sum_{k=1..n} a(n-k)*b(k), n > 0, a(0)=1, b(k) = Sum_{d|k} (-1)^(k/d+1)*d*(A001055(d))^(k/d).