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.

A299210 Expansion of 1/(1 - x*Product_{k>=1} 1/(1 + k*x^k)).

Original entry on oeis.org

1, 1, 0, -2, -5, -3, 5, 20, 27, 17, -53, -152, -192, 31, 576, 1110, 694, -1297, -4519, -6160, -1107, 13665, 31914, 30643, -19339, -119260, -196142, -103318, 289543, 859631, 1062684, 13710, -2690348, -5675946, -4940757, 4167527, 21343918, 33874107, 16524162, -51704908, -150454546
Offset: 0

Views

Author

Ilya Gutkovskiy, Feb 05 2018

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 40; CoefficientList[Series[1/(1 - x Product[1/(1 + k x^k), {k, 1, nmax}]), {x, 0, nmax}], x]

Formula

G.f.: 1/(1 - x*Product_{k>=1} 1/(1 + k*x^k)).
a(0) = 1; a(n) = Sum_{k=1..n} A022693(k-1)*a(n-k).