A341365
Expansion of (1 / theta_4(x) - 1)^4 / 16.
Original entry on oeis.org
1, 8, 40, 156, 520, 1552, 4262, 10960, 26716, 62276, 139744, 303412, 640001, 1315832, 2644004, 5204044, 10052182, 19086348, 35672516, 65708116, 119409576, 214289116, 380068582, 666723748, 1157550524, 1990230968, 3390558072, 5726064688, 9590759624, 15938198484, 26289242026
Offset: 4
Cf.
A002448,
A004405,
A014968,
A015128,
A063730,
A284286,
A327382,
A338223,
A341222,
A341364,
A341366,
A341367,
A341368,
A341369,
A341370.
-
g:= proc(n, i) option remember; `if`(n=0, 1/2, `if`(i=1, 0,
g(n, i-1))+add(2*g(n-i*j, i-1), j=`if`(i=1, n, 1)..n/i))
end:
b:= proc(n, k) option remember; `if`(k=0, 1, `if`(k=1, `if`(n=0, 0,
g(n$2)), (q-> add(b(j, q)*b(n-j, k-q), j=0..n))(iquo(k, 2))))
end:
a:= n-> b(n, 4):
seq(a(n), n=4..34); # Alois P. Heinz, Feb 10 2021
-
nmax = 34; CoefficientList[Series[(1/EllipticTheta[4, 0, x] - 1)^4/16, {x, 0, nmax}], x] // Drop[#, 4] &
nmax = 34; CoefficientList[Series[(1/16) (-1 + Product[(1 + x^k)/(1 - x^k), {k, 1, nmax}])^4, {x, 0, nmax}], x] // Drop[#, 4] &
A341368
Expansion of (1 / theta_4(x) - 1)^7 / 128.
Original entry on oeis.org
1, 14, 112, 665, 3248, 13776, 52437, 183080, 595399, 1824109, 5310144, 14787542, 39605363, 102465972, 257005641, 626841236, 1490521109, 3462881324, 7875519169, 17562223791, 38456245849, 82793422502, 175452110162, 366348547908, 754392685046, 1533283745644, 3078157040665
Offset: 7
Cf.
A002448,
A004408,
A014968,
A015128,
A327385,
A338223,
A340906,
A341226,
A341364,
A341365,
A341366,
A341367,
A341369,
A341370.
-
g:= proc(n, i) option remember; `if`(n=0, 1/2, `if`(i=1, 0,
g(n, i-1))+add(2*g(n-i*j, i-1), j=`if`(i=1, n, 1)..n/i))
end:
b:= proc(n, k) option remember; `if`(k=0, 1, `if`(k=1, `if`(n=0, 0,
g(n$2)), (q-> add(b(j, q)*b(n-j, k-q), j=0..n))(iquo(k, 2))))
end:
a:= n-> b(n, 7):
seq(a(n), n=7..33); # Alois P. Heinz, Feb 10 2021
-
nmax = 33; CoefficientList[Series[(1/EllipticTheta[4, 0, x] - 1)^7/128, {x, 0, nmax}], x] // Drop[#, 7] &
nmax = 33; CoefficientList[Series[(1/128) (-1 + Product[(1 + x^k)/(1 - x^k), {k, 1, nmax}])^7, {x, 0, nmax}], x] // Drop[#, 7] &
A341369
Expansion of (1 / theta_4(x) - 1)^8 / 256.
Original entry on oeis.org
1, 16, 144, 952, 5136, 23904, 99292, 376512, 1324376, 4372632, 13673888, 40787848, 116713350, 321861312, 858693192, 2223428224, 5602833292, 13772292360, 33089930724, 77846837848, 179602530648, 406914172336, 906438716196, 1987418937952, 4293164981849, 9144987747024
Offset: 8
Cf.
A002448,
A004409,
A014968,
A015128,
A319553,
A327386,
A338223,
A340915,
A341227,
A341364,
A341365,
A341366,
A341367,
A341368,
A341370.
-
g:= proc(n, i) option remember; `if`(n=0, 1/2, `if`(i=1, 0,
g(n, i-1))+add(2*g(n-i*j, i-1), j=`if`(i=1, n, 1)..n/i))
end:
b:= proc(n, k) option remember; `if`(k=0, 1, `if`(k=1, `if`(n=0, 0,
g(n$2)), (q-> add(b(j, q)*b(n-j, k-q), j=0..n))(iquo(k, 2))))
end:
a:= n-> b(n, 8):
seq(a(n), n=8..33); # Alois P. Heinz, Feb 10 2021
-
nmax = 33; CoefficientList[Series[(1/EllipticTheta[4, 0, x] - 1)^8/256, {x, 0, nmax}], x] // Drop[#, 8] &
nmax = 33; CoefficientList[Series[(1/256) (-1 + Product[(1 + x^k)/(1 - x^k), {k, 1, nmax}])^8, {x, 0, nmax}], x] // Drop[#, 8] &
A341370
Expansion of (1 / theta_4(x) - 1)^9 / 512.
Original entry on oeis.org
1, 18, 180, 1311, 7740, 39204, 176388, 721530, 2728053, 9651056, 32246892, 102515508, 311923386, 912771468, 2579132196, 7060677537, 18781247700, 48660380190, 123061973176, 304351869708, 737293187286, 1752035386188, 4089222211212, 9384936015492, 21201250825554
Offset: 9
Cf.
A002448,
A004410,
A014968,
A015128,
A327387,
A338223,
A340946,
A341228,
A341364,
A341365,
A341366,
A341367,
A341368,
A341369.
-
g:= proc(n, i) option remember; `if`(n=0, 1/2, `if`(i=1, 0,
g(n, i-1))+add(2*g(n-i*j, i-1), j=`if`(i=1, n, 1)..n/i))
end:
b:= proc(n, k) option remember; `if`(k=0, 1, `if`(k=1, `if`(n=0, 0,
g(n$2)), (q-> add(b(j, q)*b(n-j, k-q), j=0..n))(iquo(k, 2))))
end:
a:= n-> b(n, 9):
seq(a(n), n=9..33); # Alois P. Heinz, Feb 10 2021
-
nmax = 33; CoefficientList[Series[(1/EllipticTheta[4, 0, x] - 1)^9/512, {x, 0, nmax}], x] // Drop[#, 9] &
nmax = 33; CoefficientList[Series[(1/512) (-1 + Product[(1 + x^k)/(1 - x^k), {k, 1, nmax}])^9, {x, 0, nmax}], x] // Drop[#, 9] &
A341366
Expansion of (1 / theta_4(x) - 1)^5 / 32.
Original entry on oeis.org
1, 10, 60, 275, 1060, 3612, 11210, 32310, 87665, 226130, 558684, 1329720, 3062905, 6853310, 14941330, 31820642, 66343150, 135659570, 272496680, 538427720, 1047788137, 2010303890, 3806292130, 7118038360, 13157217715, 24055170690, 43527162380, 77994164515, 138463246700
Offset: 5
Cf.
A002448,
A004406,
A014968,
A015128,
A327383,
A338223,
A340481,
A341223,
A341364,
A341365,
A341367,
A341368,
A341369,
A341370.
-
g:= proc(n, i) option remember; `if`(n=0, 1/2, `if`(i=1, 0,
g(n, i-1))+add(2*g(n-i*j, i-1), j=`if`(i=1, n, 1)..n/i))
end:
b:= proc(n, k) option remember; `if`(k=0, 1, `if`(k=1, `if`(n=0, 0,
g(n$2)), (q-> add(b(j, q)*b(n-j, k-q), j=0..n))(iquo(k, 2))))
end:
a:= n-> b(n, 5):
seq(a(n), n=5..33); # Alois P. Heinz, Feb 10 2021
-
nmax = 33; CoefficientList[Series[(1/EllipticTheta[4, 0, x] - 1)^5/32, {x, 0, nmax}], x] // Drop[#, 5] &
nmax = 33; CoefficientList[Series[(1/32) (-1 + Product[(1 + x^k)/(1 - x^k), {k, 1, nmax}])^5, {x, 0, nmax}], x] // Drop[#, 5] &
A341367
Expansion of (1 / theta_4(x) - 1)^6 / 64.
Original entry on oeis.org
1, 12, 84, 442, 1932, 7392, 25551, 81468, 243126, 686400, 1848156, 4775874, 11904215, 28737732, 67416756, 154122912, 344177823, 752310720, 1612395007, 3393652848, 7023685794, 14311193104, 28737793986, 56924936052, 111323290934, 215095157964, 410895944148, 776529566516
Offset: 6
Cf.
A002448,
A004407,
A014968,
A015128,
A327384,
A338223,
A340905,
A341225,
A341364,
A341365,
A341366,
A341368,
A341369,
A341370.
-
g:= proc(n, i) option remember; `if`(n=0, 1/2, `if`(i=1, 0,
g(n, i-1))+add(2*g(n-i*j, i-1), j=`if`(i=1, n, 1)..n/i))
end:
b:= proc(n, k) option remember; `if`(k=0, 1, `if`(k=1, `if`(n=0, 0,
g(n$2)), (q-> add(b(j, q)*b(n-j, k-q), j=0..n))(iquo(k, 2))))
end:
a:= n-> b(n, 6):
seq(a(n), n=6..33); # Alois P. Heinz, Feb 10 2021
-
nmax = 33; CoefficientList[Series[(1/EllipticTheta[4, 0, x] - 1)^6/64, {x, 0, nmax}], x] // Drop[#, 6] &
nmax = 33; CoefficientList[Series[(1/64) (-1 + Product[(1 + x^k)/(1 - x^k), {k, 1, nmax}])^6, {x, 0, nmax}], x] // Drop[#, 6] &
A341371
Expansion of (1 / theta_4(x) - 1)^10 / 1024.
Original entry on oeis.org
1, 20, 220, 1750, 11220, 61424, 297485, 1305260, 5276930, 19905700, 70742012, 238662710, 769055130, 2378885080, 7093202060, 20459149350, 57254003225, 155851688980, 413590326020, 1072076963640, 2719067915088, 6757856447720, 16480738170760, 39486206985530, 93043172921735
Offset: 10
Cf.
A002448,
A004411,
A014968,
A015128,
A327388,
A338223,
A340947,
A341236,
A341364,
A341365,
A341366,
A341367,
A341368,
A341369,
A341370.
-
g:= proc(n, i) option remember; `if`(n=0, 1/2, `if`(i=1, 0,
g(n, i-1))+add(2*g(n-i*j, i-1), j=`if`(i=1, n, 1)..n/i))
end:
b:= proc(n, k) option remember; `if`(k=0, 1, `if`(k=1, `if`(n=0, 0,
g(n$2)), (q-> add(b(j, q)*b(n-j, k-q), j=0..n))(iquo(k, 2))))
end:
a:= n-> b(n, 10):
seq(a(n), n=10..34); # Alois P. Heinz, Feb 10 2021
-
nmax = 34; CoefficientList[Series[(1/EllipticTheta[4, 0, x] - 1)^10/1024, {x, 0, nmax}], x] // Drop[#, 10] &
nmax = 34; CoefficientList[Series[(1/1024) (-1 + Product[(1 + x^k)/(1 - x^k), {k, 1, nmax}])^10, {x, 0, nmax}], x] // Drop[#, 10] &
Showing 1-7 of 7 results.