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

A284896 Expansion of Product_{k>=1} 1/(1+x^k)^(k^2) in powers of x.

Original entry on oeis.org

1, -1, -3, -6, 0, 11, 42, 63, 73, -45, -267, -720, -1095, -1239, -66, 2794, 8757, 16017, 22885, 19634, -2359, -61979, -161867, -302190, -421971, -432051, -126712, 690578, 2278273, 4584989, 7269985, 8965464, 7515373, -845659, -19930400, -53474765, -100195759
Offset: 0

Views

Author

Seiichi Manyama, Apr 05 2017

Keywords

Comments

This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = n^2, g(n) = -1. - Seiichi Manyama, Nov 15 2017

Crossrefs

Product_{k>=1} 1/(1+x^k)^(k^m): A081362 (m=0), A255528 (m=1), this sequence (m=2), A284897 (m=3), A284898 (m=4), A284899 (m=5).

Programs

  • Mathematica
    CoefficientList[Series[Product[1/(1 + x^k)^(k^2) , {k, 40}], {x, 0, 40}], x] (* Indranil Ghosh, Apr 05 2017 *)
  • PARI
    x= 'x + O('x^40); Vec(prod(k=1, 40, 1/(1 + x^k)^(k^2))) \\ Indranil Ghosh, Apr 05 2017

Formula

a(0) = 1, a(n) = -(1/n)*Sum_{k=1..n} A078307(k)*a(n-k) for n > 0. - Seiichi Manyama, Apr 06 2017
G.f.: exp(Sum_{k>=1} (-1)^k*x^k*(1 + x^k)/(k*(1 - x^k)^3)). - Ilya Gutkovskiy, May 30 2018

A284897 Expansion of Product_{k>=1} 1/(1+x^k)^(k^3) in powers of x.

Original entry on oeis.org

1, -1, -7, -20, -8, 99, 455, 958, 715, -3606, -17450, -44157, -61852, 19546, 419786, 1442212, 3084950, 3756436, -2155907, -27112107, -88277693, -187777531, -251308697, -5153980, 1182558343, 4299818445, 9988792754, 16075200671, 12020651310, -29802956283
Offset: 0

Views

Author

Seiichi Manyama, Apr 05 2017

Keywords

Crossrefs

Cf. A248882.
Product_{k>=1} 1/(1+x^k)^(k^m): A081362 (m=0), A255528 (m=1), A284896 (m=2), this sequence (m=3), A284898 (m=4), A284899 (m=5).

Programs

  • Mathematica
    CoefficientList[Series[Product[1/(1 + x^k)^(k^3) , {k, 40}], {x, 0, 40}], x] (* Indranil Ghosh, Apr 05 2017 *)
  • PARI
    x= 'x + O('x^40); Vec(prod(k=1, 40, 1/(1 + x^k)^(k^3))) \\ Indranil Ghosh, Apr 05 2017

Formula

a(0) = 1, a(n) = -(1/n)*Sum_{k=1..n} A284900(k)*a(n-k) for n > 0. - Seiichi Manyama, Apr 06 2017

A284898 Expansion of Product_{k>=1} 1/(1+x^k)^(k^4) in powers of x.

Original entry on oeis.org

1, -1, -15, -66, -54, 725, 4580, 12739, 3346, -149076, -791226, -2182124, -1656973, 16553206, 100646954, 318795473, 506196578, -818806580, -9148048880, -36415709566, -87180585636, -70923559814, 484810027389, 2992082912770, 9866919438716, 19936695359140
Offset: 0

Views

Author

Seiichi Manyama, Apr 05 2017

Keywords

Crossrefs

Cf. A248883.
Product_{k>=1} 1/(1+x^k)^(k^m): A081362 (m=0), A255528 (m=1), A284896 (m=2), A284897 (m=3), this sequence (m=4), A284899 (m=5).

Programs

  • Mathematica
    CoefficientList[Series[Product[1/(1 + x^k)^(k^4) , {k, 40}], {x, 0, 40}], x] (* Indranil Ghosh, Apr 05 2017 *)
  • PARI
    x= 'x + O('x^40); Vec(prod(k=1, 40, 1/(1 + x^k)^(k^4))) \\ Indranil Ghosh, Apr 05 2017

Formula

a(0) = 1, a(n) = -(1/n)*Sum_{k=1..n} A284926(k)*a(n-k) for n > 0. - Seiichi Manyama, Apr 06 2017

A284993 Square array A(n,k), n>=0, k>=0, read by antidiagonals, where column k is the expansion of Product_{j>=1} 1/(1+x^j)^(j^k) in powers of x.

Original entry on oeis.org

1, 1, -1, 1, -1, 0, 1, -1, -1, -1, 1, -1, -3, -2, 1, 1, -1, -7, -6, 1, -1, 1, -1, -15, -20, 0, 0, 1, 1, -1, -31, -66, -8, 11, 4, -1, 1, -1, -63, -212, -54, 99, 42, 2, 2, 1, -1, -127, -666, -284, 725, 455, 63, 8, -2, 1, -1, -255, -2060, -1350, 4935, 4580, 958, 73
Offset: 0

Views

Author

Seiichi Manyama, Apr 07 2017

Keywords

Examples

			Square array begins:
   1,  1,  1,   1,   1,    1, ...
  -1, -1, -1,  -1,  -1,   -1, ...
   0, -1, -3,  -7, -15,  -31, ...
  -1, -2, -6, -20, -66, -212, ...
   1,  1,  0,  -8, -54, -284, ...
		

Crossrefs

Columns k=0-5 give A081362, A255528, A284896, A284897, A284898, A284899.

Formula

G.f. of column k: Product_{j>=1} 1/(1+x^j)^(j^k).
Showing 1-4 of 4 results.