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-8 of 8 results.

A156616 G.f.: Product_{n>0} ((1+x^n)/(1-x^n))^n.

Original entry on oeis.org

1, 2, 6, 16, 38, 88, 196, 420, 878, 1794, 3584, 7032, 13572, 25792, 48352, 89512, 163774, 296444, 531234, 943072, 1659560, 2896376, 5015700, 8622108, 14718652, 24960138, 42062200, 70458160, 117349856, 194381704, 320295312, 525123604
Offset: 0

Views

Author

R. J. Mathar, Feb 11 2009

Keywords

Comments

Generating function for a sum over strict plane partitions weighted with 2 powered to their number of connected components.
The inverse Euler transform is apparently 2, 3, 6, 6, 10, 9, 14, 12, 18, 15, 22, 18, 26, 21, ..., A016825 interlaced with A008585. - R. J. Mathar, Apr 23 2009
In general, for m >= 1, if g.f. = Product_{k>=1} ((1+x^k)/(1-x^k))^(m*k), then a(n) ~ exp(m/12 + 3/2 * (7*m*Zeta(3)/2)^(1/3) * n^(2/3)) * m^(1/6 + m/36) * (7*Zeta(3))^(1/6 + m/36) / (A^m * 2^(2/3 + m/9) * sqrt(3*Pi) * n^(2/3 + m/36)), where Zeta(3) = A002117 and A = A074962 is the Glaisher-Kinkelin constant. - Vaclav Kotesovec, Aug 17 2015
In general, for m >= 0, if g.f. = Product_{k>=1} ((1+x^k)/(1-x^k))^(k^m), then a(n) ~ ((2^(m+2)-1) * Gamma(m+2) * Zeta(m+2) / (2^(2*m+3) * n))^((1-2*Zeta(-m))/(2*m+4)) * exp((m+2)/(m+1) * ((2^(m+2)-1) * n^(m+1) * Gamma(m+2) * Zeta(m+2) / 2^(m+1))^(1/(m+2)) + Zeta'(-m)) / sqrt((m+2)*Pi*n). - Vaclav Kotesovec, Aug 19 2015

Crossrefs

Programs

  • Mathematica
    nmax = 40; CoefficientList[Series[Product[((1+x^k)/(1-x^k))^k, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 17 2015 *)
  • PARI
    {a(n)=polcoeff(exp(sum(m=1,n,(sigma(2*m,2)-sigma(m,2))/2*x^m/m)+x*O(x^n)),n)} \\ Paul D. Hanna, May 01 2010

Formula

Convolve A000219 with A026007.
O.g.f.: exp( Sum_{n>=1} (sigma_2(2n) - sigma_2(n))/2 *x^n/n ), where sigma_2(n) is the sum of squares of divisors of n (A001157). - Paul D. Hanna, May 01 2010
a(n) ~ exp(1/12 + 3 * 2^(-4/3) * (7*Zeta(3))^(1/3) * n^(2/3)) * (7*Zeta(3))^(7/36) / (A * 2^(7/9) * sqrt(3*Pi) * n^(25/36)), where Zeta(3) = A002117 and A = A074962 is the Glaisher-Kinkelin constant. - Vaclav Kotesovec, Aug 17 2015
a(0) = 1, a(n) = (2/n)*Sum_{k=1..n} A076577(k)*a(n-k) for n > 0. - Seiichi Manyama, Apr 30 2017
G.f.: A(x) = exp( 2*Sum_{n >= 0} x^(2*n+1)/((2*n+1)*(1 - x^(2*n+1))^2) ). Cf. A000122 and A302237. - Peter Bala, Dec 23 2021

A206622 G.f.: Product_{n>0} ( (1+x^n)/(1-x^n) )^(n^2).

Original entry on oeis.org

1, 2, 10, 36, 118, 376, 1148, 3376, 9654, 26894, 73192, 195188, 510948, 1315048, 3332720, 8326448, 20529526, 49998884, 120379574, 286726340, 676057144, 1578880480, 3654180236, 8385122192, 19085029540, 43103203626, 96630606968, 215105226728, 475608824400
Offset: 0

Views

Author

Paul D. Hanna, Feb 10 2012

Keywords

Comments

Compare g.f. to: Product_{n>0} (1+x^n)/(1-x^n) = exp( Sum_{n>=1} (sigma(2*n) - sigma(n))*x^n/n ) which equals 1/theta_4(x) = 1/(1 + 2*Sum_{n>=1} (-x)^(n^2)).
Convolution of A023871 and A027998. - Vaclav Kotesovec, Aug 19 2015
In general, if g.f. = Product_{k>=1} ((1 + x^k)/(1 - x^k))^(c2*k^2 + c1*k + c0) and c2>0, then a(n) ~ exp(Pi * 2^(5/4) * c2^(1/4) * n^(3/4) / 3 + 7*c1 * Zeta(3) * sqrt(n) / (Pi^2 * sqrt(2*c2)) + (c0*Pi / (2^(5/4) * c2^(1/4)) - 49*c1^2 * Zeta(3)^2 / (2^(5/4) * c2^(5/4) * Pi^5)) * n^(1/4) + 22411 * c1^3 * Zeta(3)^3 / (196 * c2^2 * Pi^8) - 7*c0*c1 * Zeta(3) / (4*c2 * Pi^2) - c2 * Zeta(3) / (4*Pi^2) + c1/12) * Pi^(c1/12) * c2^(1/8 + c0/8 + c1/48) / (A^c1 * 2^(15/8 + 11*c0/8 + 7*c1/48) * n^(5/8 + c0/8 + c1/48)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Nov 08 2017
Let A(x) denote the g.f. and let m be an integer. Define a sequence by u(n) = [x^n] A(x)^(m*n). We conjecture that the supercongruence u(n*p^r) == u(n*p^(r-1)) (mod p^(3*r)) holds for all positive integers n and r and all primes p >= 5. Cf. A380582. - Peter Bala, Jan 21 2025

Examples

			G.f.: A(x) = 1 + 2*x + 10*x^2 + 36*x^3 + 118*x^4 + 376*x^5 + 1148*x^6 +...
where A(x) = (1+x)/(1-x) * (1+x^2)^4/(1-x^2)^4 * (1+x^3)^9/(1-x^3)^9 *...
Also, A(x) = Euler transform of [2,7,18,28,50,63,98,112,162,175,...]:
A(x) = 1/((1-x)^2*(1-x^2)^7*(1-x^3)^18*(1-x^4)^28*(1-x^5)^50*(1-x^6)^63*...).
		

Crossrefs

Programs

  • Mathematica
    nmax = 40; CoefficientList[Series[Product[((1+x^k)/(1-x^k))^(k^2), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 19 2015 *)
  • PARI
    {a(n)=polcoeff(prod(m=1,n+1,((1+x^m)/(1-x^m+x*O(x^n)))^(m^2)),n)}
    
  • PARI
    {a(n)=polcoeff(exp(sum(m=1, n, (sigma(2*m, 3)-sigma(m, 3))/4*x^m/m)+x*O(x^n)), n)}
    
  • PARI
    {a(n)=local(InvEulerGF=x*(2+7*x+12*x^2+7*x^3+2*x^4)/(1-x^2+x*O(x^n))^3);polcoeff(1/prod(k=1,n,(1-x^k+x*O(x^n))^polcoeff(InvEulerGF,k)),n)}
    for(n=0,35,print1(a(n),", "))

Formula

G.f.: exp( Sum_{n>=1} (sigma_3(2*n) - sigma_3(n))/4 * x^n/n ), where sigma_3(n) is the sum of cubes of divisors of n (A001158).
The inverse Euler transform has g.f.: x*(2 + 7*x + 12*x^2 + 7*x^3 + 2*x^4)/(1-x^2)^3.
a(n) ~ exp(2^(5/4)*Pi*n^(3/4)/3 - Zeta(3)/(4*Pi^2)) / (2^(15/8) * n^(5/8)), where Zeta(3) = A002117. - Vaclav Kotesovec, Aug 19 2015
a(0) = 1, a(n) = (2/n)*Sum_{k=1..n} A007331(k)*a(n-k) for n > 0. - Seiichi Manyama, Apr 30 2017

A206623 G.f.: Product_{n>0} ( (1+x^n)/(1-x^n) )^(n^3).

Original entry on oeis.org

1, 2, 18, 88, 398, 1768, 7508, 30644, 121310, 467234, 1756080, 6457168, 23274788, 82381584, 286760344, 982874120, 3320800590, 11070619228, 36446345198, 118581503192, 381552358872, 1214868568728, 3829841265428, 11959828895612, 37013411304892, 113570015855642
Offset: 0

Views

Author

Paul D. Hanna, Feb 12 2012

Keywords

Comments

Convolution of A023872 and A248882. - Vaclav Kotesovec, Aug 19 2015

Examples

			G.f.: A(x) = 1 + 2*x + 18*x^2 + 88*x^3 + 398*x^4 + 1768*x^5 + 7508*x^6 +...
where A(x) = (1+x)/(1-x) * (1+x^2)^8/(1-x^2)^8 * (1+x^3)^27/(1-x^3)^27 *...
Also, A(x) = Euler transform of [2,15,54,120,250,405,686,960,1458,...]:
A(x) = 1/((1-x)^2*(1-x^2)^15*(1-x^3)^54*(1-x^4)^120*(1-x^5)^250*(1-x^6)^405*...).
		

Crossrefs

Cf. A156616, A206622, A206624, A001159 (sigma_4).

Programs

  • Mathematica
    nmax = 40; CoefficientList[Series[Product[((1+x^k)/(1-x^k))^(k^3), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 19 2015 *)
  • PARI
    {a(n)=polcoeff(prod(m=1,n+1,((1+x^m)/(1-x^m+x*O(x^n)))^(m^3)),n)}
    
  • PARI
    {a(n)=polcoeff(exp(sum(m=1, n, (sigma(2*m, 4)-sigma(m, 4))/8*x^m/m)+x*O(x^n)), n)}
    
  • PARI
    {a(n)=local(InvEulerGF=x*(2+15*x+46*x^2+60*x^3+46*x^4+15*x^5+2*x^6)/(1-x^2+x*O(x^n))^4);polcoeff(1/prod(k=1,n,(1-x^k+x*O(x^n))^polcoeff(InvEulerGF,k)),n)}
    for(n=0,30,print1(a(n),", "))

Formula

G.f.: exp( Sum_{n>=1} (sigma_4(2*n) - sigma_4(n))/8 * x^n/n ), where sigma_4(n) is the sum of 4th powers of divisors of n (A001159).
Inverse Euler transform has g.f.: x*(2 + 15*x + 46*x^2 + 60*x^3 + 46*x^4 + 15*x^5 + 2*x^6)/(1-x^2)^4.
a(n) ~ (93*Zeta(5))^(59/600) * exp(5/4 * (93*Zeta(5)/2)^(1/5) * n^(4/5) + Zeta'(-3)) / (2^(59/100) * sqrt(5*Pi) * n^(359/600)), where Zeta(5) = A013663, Zeta'(-3) = A259068. - Vaclav Kotesovec, Aug 19 2015

A285991 Expansion of Product_{n>0} ((1-x^n)/(1+x^n))^(n^4) in powers of x.

Original entry on oeis.org

1, -2, -30, -100, 262, 3672, 13836, -80, -264810, -1421438, -3019032, 7630764, 89648580, 358974280, 548677872, -2390377936, -20531491146, -74635378020, -110275527170, 425036176572, 3669041188152, 13597190512480, 23995331740700, -45340748171760
Offset: 0

Views

Author

Seiichi Manyama, Apr 30 2017

Keywords

Crossrefs

Product_{n>0} ((1-x^n)/(1+x^n))^(n^m): A002448 (m=0), A285675 (m=1), A285988 (m=2), A285990 (m=3), this sequence (m=4).

Formula

a(0) = 1, a(n) = -(2/n)*Sum_{k=1..n} A096960(k)*a(n-k) for n > 0.
G.f.: exp(Sum_{k>=1} (sigma_5(k) - sigma_5(2*k))*x^k/(16*k)). - Ilya Gutkovskiy, Apr 14 2019

A302237 Expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^(k*(k+1)/2).

Original entry on oeis.org

1, 2, 8, 26, 76, 216, 590, 1554, 3988, 9988, 24464, 58794, 138866, 322808, 739658, 1672372, 3734848, 8245956, 18012114, 38952586, 83448832, 177194716, 373111970, 779430870, 1615995262, 3326484686, 6800794428, 13813260736, 27881653590, 55942340000, 111601021856
Offset: 0

Views

Author

Ilya Gutkovskiy, Apr 03 2018

Keywords

Comments

Convolution of the sequences A000294 and A028377.

Crossrefs

Programs

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

Formula

G.f.: Product_{k>=1} ((1 + x^k)/(1 - x^k))^A000217(k).
a(n) ~ exp(2*Pi*n^(3/4)/3 + 7*Zeta(3)*sqrt(n) / (2*Pi^2) - 49*Zeta(3)^2 * n^(1/4) / (4*Pi^5) + 22411 * Zeta(3)^3 / (392*Pi^8) - Zeta(3)/(8*Pi^2) + 1/24) * Pi^(1/24) / (sqrt(A) * 2^(25/12) * n^(61/96)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Apr 08 2018
G.f.: A(x) = exp( 2*Sum_{n >= 0} x^(2*n+1)/((2*n+1)*(1 - x^(2*n+1))^3) ). Cf. A000122 and A156616. - Peter Bala, Dec 23 2021

A302238 Expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^prime(k).

Original entry on oeis.org

1, 4, 14, 46, 136, 382, 1022, 2626, 6530, 15784, 37218, 85842, 194146, 431358, 943038, 2031454, 4316884, 9058662, 18787730, 38542526, 78264298, 157403290, 313712482, 619919350, 1215125262, 2363570168, 4563951858, 8751621598, 16670498062, 31553539214, 59361428202
Offset: 0

Views

Author

Ilya Gutkovskiy, Apr 03 2018

Keywords

Comments

Convolution of the sequences A030009 and A061152.

Crossrefs

Programs

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

Formula

G.f.: Product_{k>=1} ((1 + x^k)/(1 - x^k))^A000040(k).

A302239 Expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^p(k), where p(k) = number of partitions of k (A000041).

Original entry on oeis.org

1, 2, 6, 16, 40, 96, 226, 512, 1140, 2488, 5336, 11270, 23494, 48356, 98438, 198338, 395846, 783136, 1536800, 2992818, 5786952, 11114950, 21213906, 40247696, 75928804, 142475644, 265985628, 494155176, 913802164, 1682338192, 3084101744, 5630853218, 10240484332, 18553818210
Offset: 0

Views

Author

Ilya Gutkovskiy, Apr 03 2018

Keywords

Comments

Convolution of the sequences A001970 and A261049.

Crossrefs

Programs

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

Formula

G.f.: Product_{k>=1} ((1 + x^k)/(1 - x^k))^A000041(k).

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

Original entry on oeis.org

1, 2, 10, 72, 670, 7896, 113532, 1938948, 38463150, 869969602, 22098936536, 622728174288, 19271479902324, 649553475002720, 23680210649058960, 928276725059295192, 38931910620358040382, 1739307894106738293052, 82457731356894087128054, 4134332188240252347401752, 218571692793801915329820184
Offset: 0

Views

Author

Ilya Gutkovskiy, Nov 08 2018

Keywords

Comments

Convolution of A023880 and A261053.

Crossrefs

Programs

  • Maple
    a:=series(mul(((1+x^k)/(1-x^k))^(k^k),k=1..100),x=0,21): seq(coeff(a,x,n),n=0..20); # Paolo P. Lava, Apr 02 2019
  • Mathematica
    nmax = 20; CoefficientList[Series[Product[((1 + x^k)/(1 - x^k))^(k^k), {k, 1, nmax}], {x, 0, nmax}], x]
    a[n_] := a[n] = If[n == 0, 1, Sum[Sum[((-1)^(k/d + 1) + 1) d^(d + 1), {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 20}]
  • PARI
    seq(n)={Vec(exp(sum(k=1, n, sumdiv(k,d, ((-1)^(k/d+1) + 1)*d^(d+1) ) * x^k/k) + O(x*x^n)))} \\ Andrew Howroyd, Nov 09 2018

Formula

G.f.: exp(Sum_{k>=1} ( Sum_{d|k} ((-1)^(k/d+1) + 1)*d^(d+1) ) * x^k/k).
a(n) ~ 2 * n^n * (1 + 2*exp(-1)/n + (exp(-1) + 10*exp(-2))/n^2). - Vaclav Kotesovec, Nov 09 2018
Showing 1-8 of 8 results.