A294254
Square array A(n,k), n >= 0, k >= 0, read by antidiagonals, where column k is the expansion of e.g.f.: exp(Product_{j=1..n} (1-x^j) - 1).
Original entry on oeis.org
1, 1, 0, 1, -1, 0, 1, -1, 1, 0, 1, -1, -1, -1, 0, 1, -1, -1, 11, 1, 0, 1, -1, -1, 5, -23, -1, 0, 1, -1, -1, 5, 25, -101, 1, 0, 1, -1, -1, 5, 1, -41, 991, -1, 0, 1, -1, -1, 5, 1, 199, -1769, -1849, 1, 0, 1, -1, -1, 5, 1, 79, -1409, 7181, -24751, -1, 0, 1, -1, -1, 5
Offset: 0
Square array A(n,k) begins:
1, 1, 1, 1, 1, ...
0, -1, -1, -1, -1, ...
0, 1, -1, -1, -1, ...
0, -1, 11, 5, 5, ...
0, 1, -23, 25, 1, ...
0, -1, -101, -41, 199, ...
A294212
Square array A(n,k), n >= 0, k >= 0, read by antidiagonals downwards, where column k is the expansion of e.g.f.: exp(Product_{j=1..n} 1/(1-x^j) - 1).
Original entry on oeis.org
1, 1, 0, 1, 1, 0, 1, 1, 3, 0, 1, 1, 5, 13, 0, 1, 1, 5, 25, 73, 0, 1, 1, 5, 31, 193, 501, 0, 1, 1, 5, 31, 241, 1601, 4051, 0, 1, 1, 5, 31, 265, 2261, 16741, 37633, 0, 1, 1, 5, 31, 265, 2501, 25501, 190345, 394353, 0, 1, 1, 5, 31, 265, 2621, 29461, 319915, 2509025
Offset: 0
Square array B(j,k) begins:
1, 1, 1, 1, 1, ...
0, 1, 1, 1, 1, ...
0, 1, 2, 2, 2, ...
0, 1, 2, 3, 3, ...
0, 1, 3, 4, 5, ...
0, 1, 3, 5, 6, ...
Square array A(n,k) begins:
1, 1, 1, 1, 1, ...
0, 1, 1, 1, 1, ...
0, 3, 5, 5, 5, ...
0, 13, 25, 31, 31, ...
0, 73, 193, 241, 265, ...
0, 501, 1601, 2261, 2501, ...
A294253
E.g.f.: exp((1+x)*(1+x^2)*(1+x^3)*(1+x^4)*(1+x^5) - 1).
Original entry on oeis.org
1, 1, 3, 19, 121, 1041, 9931, 106723, 1313649, 17830081, 265652371, 4259421651, 74011854313, 1374298028689, 27230459440731, 573414615381091, 12723857450638561, 297915550887491073, 7328943525355675939, 188820746254730967571, 5086439179764958688601
Offset: 0
-
With[{nn=20},CoefficientList[Series[Exp[Times@@(1+x^Range[5])-1],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Mar 16 2023 *)
-
N=66; x='x+O('x^N); Vec(serlaplace(exp((1+x)*(1+x^2)*(1+x^3)*(1+x^4)*(1+x^5)-1)))
A294251
E.g.f.: exp((1+x)*(1+x^2)*(1+x^3) - 1).
Original entry on oeis.org
1, 1, 3, 19, 97, 681, 5971, 50443, 512289, 5821777, 67968451, 880345731, 12230425153, 177123301369, 2759869352787, 45321758937211, 776008738668481, 14020831026652833, 264488668445049859, 5187662544182915827, 106241960755765408161, 2257485400533886011721
Offset: 0
A294252
E.g.f.: exp((1+x)*(1+x^2)*(1+x^3)*(1+x^4) - 1).
Original entry on oeis.org
1, 1, 3, 19, 121, 921, 8491, 89083, 1004529, 12855601, 180798931, 2688972771, 43446800233, 753263746249, 13821916933371, 268513532534731, 5515341294313441, 119063602254649953, 2692597826408668579, 63786073308011409331, 1576811081112158751321
Offset: 0
Showing 1-5 of 5 results.