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.

A061152 Expansion of Product_{n>=1} (1+x^n)^prime(n).

Original entry on oeis.org

1, 2, 4, 11, 23, 51, 107, 216, 430, 839, 1614, 3046, 5684, 10465, 19046, 34321, 61225, 108245, 189779, 330093, 569916, 977139, 1664304, 2817039, 4740000, 7930740, 13198108, 21851556, 36001483, 59035979, 96373100, 156644241, 253550911
Offset: 0

Views

Author

Vladeta Jovovic, Apr 16 2001

Keywords

Crossrefs

Formula

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