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.

A209832 Expansion of the q-series Sum_{n>=0} (-1)^n*q^(n+1)*Product_{k = 1..n} (1 - q^(2*k-1)), q = exp(t), as a formal Taylor series in t.

Original entry on oeis.org

1, 2, 12, 200, 6576, 353312, 28032192, 3077502080, 446470392576, 82695752049152, 19038594625539072, 5332477132779407360, 1785375992372231909376, 704147423230177089953792, 323094378183013059349757952, 170643791820813252598723543040
Offset: 0

Views

Author

Peter Bala, Mar 14 2012

Keywords

Comments

Compare with A158690.

Crossrefs

Cf. A158690.

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[Sum[(-1)^n*Exp[x*(n + 1)] * Product[ (1 - Exp[(2*k - 1)*x]), {k, 1, n}], {n, 0, nmax}], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 09 2023 *)

Formula

E.g.f.: Sum_{n>=0} exp((n+1)*t) * Product_{k = 1..n} (exp((2*k-1)*t) - 1) = exp(t) + exp(2*t)*(exp(t) - 1) + exp(3*t)*(exp(t) - 1)*(exp(3*t) - 1) + ... = 1 + 2*t + 12*t^2/2! + 200*t^3/3! + ...
Conjectural S-fraction expansion for the o.g.f.:
1/(1-2*x/(1-4*x/(1-16*x/(1-20*x/(1-...-2*n(3*n-2)*x/(1-2*n(3*n-1)*x/(1-...
a(n) ~ 2^(3*n + 2) * 3^(n + 1/2) * n^(2*n + 1/2) / (exp(2*n) * Pi^(2*n + 1/2)). - Vaclav Kotesovec, Oct 09 2023