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.

A280088 Expansion of Product_{k>=1} 1/(1 - x^k)^(k!!).

Original entry on oeis.org

1, 1, 3, 6, 17, 38, 112, 280, 882, 2416, 8253, 24458, 91051, 289704, 1172288, 3980034, 17413820, 62706119, 294608079, 1118820630, 5603910081, 22328924231, 118432939871, 492897768426, 2752203529333, 11918139966134, 69709167028426, 313080284080648, 1910245872252972, 8873669214476627, 56283324138424814, 269790676411694902
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 25 2016

Keywords

Comments

Euler transform of the double factorials (A006882).

Crossrefs

Programs

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

Formula

G.f.: Product_{k>=1} 1/(1 - x^k)^(k!!).
a(n) ~ n!!. - Vaclav Kotesovec, Dec 25 2016