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.

Showing 1-3 of 3 results.

A303154 Expansion of Product_{n>=1} (1 - (25*x)^n)^(1/5).

Original entry on oeis.org

1, -5, -175, -3250, -100625, -1015000, -58034375, -154171875, -22257500000, -154144921875, -6824828906250, 175448177734375, -8774446542968750, 164769756689453125, 756859169189453125, 9661555852294921875, -16148589271240234375, 81663068586871337890625
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/5, g(n) = 25^n.

Crossrefs

Expansion of Product_{n>=1} (1 - ((b^2)*x)^n)^(1/b): A010815 (b=1), A298411 (b=2), A303152 (b=3), A303153 (b=4), this sequence (b=5).

Programs

  • PARI
    N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-(25*x)^k)^(1/5)))

A303132 Expansion of Product_{n>=1} (1 + (25*x)^n)^(-1/5).

Original entry on oeis.org

1, -5, -50, -3875, 2500, -2046250, -12409375, -1087687500, 13232343750, -907225000000, 1545669140625, -362705679687500, 6007095839843750, -224713698632812500, 2118331116210937500, -226812683210205078125, 4765872641563720703125
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/5, g(n) = -25^n.
In general, for h>=1, if g.f. = Product_{k>=1} (1 + (h^2*x)^k)^(-1/h), then a(n) ~ (-1)^n * exp(Pi*sqrt(n/(6*h))) * h^(2*n) / (2^(7/4) * 3^(1/4) * h^(1/4) * n^(3/4)). - Vaclav Kotesovec, Apr 20 2018

Crossrefs

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

Programs

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

Formula

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

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

Original entry on oeis.org

1, 4, 40, 1504, 10336, 387968, 5349632, 111442944, 1100563968, 36711258112, 493805416448, 9186633203712, 134635599806464, 2648342619422720, 43443234834350080, 938422838970810368, 11378951438668791808, 224791017150689574912, 4129154423023897411584
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): A000009 (b=1), A298994 (b=2), A303074 (b=3), this sequence (b=4), A303125 (b=5).

Programs

  • Mathematica
    CoefficientList[Series[(QPochhammer[-1, 16*x]/2)^(1/4), {x, 0, 20}],
    x] (* Vaclav Kotesovec, Apr 19 2018 *)
  • PARI
    N=66; x='x+O('x^N); Vec(prod(k=1, N, (1+(16*x)^k)^(1/4)))

Formula

a(n) ~ 2^(4*n - 17/8) * exp(sqrt(n/3)*Pi/2) / (3^(1/4) * n^(3/4)). - Vaclav Kotesovec, Apr 19 2018
Showing 1-3 of 3 results.