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.

A270919 Coefficient of x^n in Product_{k>=1} ((1 + x^k) / (1 - x^k))^n.

Original entry on oeis.org

1, 2, 12, 80, 552, 3912, 28224, 206208, 1520784, 11297546, 84413912, 633713808, 4776117216, 36115518376, 273868321536, 2081866609920, 15859616674336, 121046064563376, 925411686479820, 7085465166635440, 54323193841192752, 416993869451825424, 3204447137019290944
Offset: 0

Views

Author

Vaclav Kotesovec, Mar 25 2016

Keywords

Comments

From Peter Bala, Apr 18 2023: (Start)
The Gauss congruences a(n*p^k) == a(n*p^(k-1)) (mod p^k) hold for all primes p and all positive integers n and k.
Conjecture: the supercongruence a(p) == 2*p + 2 (mod p^2) holds for all primes p. Cf. A291697. (End)

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[Product[((1+x^k)/(1-x^k))^n, {k, 1, n}], {x, 0, n}], {n, 0, 25}]
    Table[SeriesCoefficient[(QPochhammer[-1, x]/QPochhammer[x, x])^n, {x, 0, n}]/2^n, {n, 0, 25}]
    (* Calculation of constants {d,c}: *) eq = FindRoot[{2*s*QPochhammer[r*s] == QPochhammer[-1, r*s], (Log[1 - r*s] + QPolyGamma[0, 1, r*s])/Log[r*s] + r*((Derivative[0, 1][QPochhammer][-1, r*s] - 2*s*Derivative[0, 1][QPochhammer][r*s, r*s]) / (2*QPochhammer[r*s])) == 1}, {r, 1/8}, {s, 2}, WorkingPrecision -> 1000]; {N[1/r /. eq, 120], val = Sqrt[(1 - r*s)*Log[r*s]^2*(QPochhammer[r*s] / (Pi*(-r*s*(-1 + r*s) * Log[r*s]*(4*(2*ArcTanh[1 - 2*r*s] + QPolyGamma[0, 1, r*s])* Derivative[0, 1][QPochhammer][r*s, r*s] + r*Log[r*s]*(Derivative[0, 2][QPochhammer][-1, r*s] - 2*s*Derivative[0, 2][QPochhammer][r*s, r*s])) + 2*QPochhammer[r*s] * (4*r*s*ArcTanh[1 - 2*r*s] + 2*(-1 + (-1 + r*s)*ArcTanh[1 - 2*r*s])*Log[1 - r*s] - (-1 + r*s)*(-2 + Log[r*s] - 2*Log[1 - r*s])*QPolyGamma[0, 1, r*s] + (-1 + r*s) * QPolyGamma[0, 1, r*s]^2 + (-1 + r*s)*(QPolyGamma[1, 1, r*s] - 2*r*s*Log[r*s]* Derivative[0, 0, 1][QPolyGamma][0, 1, r*s])))))] /. eq; N[Chop[val], -Floor[Log[10, Abs[Im[val]]]] - 3]} (* Vaclav Kotesovec, Oct 03 2023 *)

Formula

a(n) ~ c * d^n / sqrt(n), where d = 7.862983395705905261519347909953827161057584... and c = 0.299856802806668079413694689903953367699319...
a(n) = [x^n] 1/theta_4(x)^n, where theta_4() is the Jacobi theta function. - Ilya Gutkovskiy, Nov 03 2017

A327214 Self-convolution of A270913.

Original entry on oeis.org

1, 2, 7, 32, 137, 592, 2597, 11442, 50567, 224112, 995392, 4428372, 19727877, 87983202, 392755207, 1754625632, 7844003907, 35086658052, 157023432677, 703037135122, 3148915010832, 14108913792342, 63235380631747, 283495965998772, 1271282293531077, 5702105357347602
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 26 2019

Keywords

Crossrefs

Programs

  • Mathematica
    A270913[n_]:=SeriesCoefficient[Product[(1+x^k)^n, {k, 1, n}], {x, 0, n}];
    Table[Sum[A270913[k]*A270913[n-k], {k, 0, n}], {n, 0, 25}]

Formula

a(n) ~ c^2 * Pi * d^n, where d = A270914 = 4.5024767476173544877385939327... and c = A327280 = 0.260542233142438469433860832160... (see A270913).

A327215 Self-convolution of A008485.

Original entry on oeis.org

1, 2, 11, 54, 279, 1442, 7530, 39474, 207693, 1095522, 5790116, 30650038, 162451560, 861920492, 4577055823, 24323292984, 129338944225, 688128700422, 3662798123481, 19504467792378, 103899170100154, 553642311668244, 2951010332435759, 15733439067954134
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 26 2019

Keywords

Crossrefs

Programs

  • Mathematica
    A008485[n_]:=SeriesCoefficient[Product[1/(1-x^k)^n, {k, 1, n}], {x, 0, n}];
    Table[Sum[A008485[k]*A008485[n-k], {k, 0, n}], {n, 0, 25}]

Formula

a(n) ~ c^2 * Pi * d^n, where d = A270915 = 5.352701333486642687772415814165... and c = A327279 = 0.26801521271073331568695383828... (see A008485).
Showing 1-3 of 3 results.