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.

A303131 Expansion of Product_{n>=1} (1 + (16*x)^n)^(-1/4).

Original entry on oeis.org

1, -4, -24, -1248, 1632, -267136, -669440, -56925184, 597165568, -19934894080, 61831327744, -3209599664128, 47593545383936, -840449808072704, 8113679782510592, -350055154021040128, 5703847053344768000, -57129722970675609600, 704939718429511778304
Offset: 0

Views

Author

Seiichi Manyama, Apr 19 2018

Keywords

Comments

This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 1/4, g(n) = -16^n.

Crossrefs

Expansion of Product_{n>=1} (1 + ((b^2)*x)^n)^(-1/b): A081362 (b=1), A298993 (b=2), A303130 (b=3), this sequence (b=4), A303132 (b=5).

Programs

  • Mathematica
    CoefficientList[Series[(2/QPochhammer[-1, 16*x])^(1/4), {x, 0, 20}], x] (* Vaclav Kotesovec, Apr 20 2018 *)

Formula

a(n) ~ (-1)^n * exp(Pi*sqrt(n/24)) * 2^(4*n - 9/4) / (3^(1/4) * n^(3/4)). - Vaclav Kotesovec, Apr 20 2018