A124995 a(n) is the constant term in expansion of Product_{ k = 1..n } (x^k + 1/x^k)^3.
1, 0, 0, 62, 332, 0, 0, 80006, 531524, 0, 0, 173607568, 1226700784, 0, 0, 455805857978, 3321800235936, 0, 0, 1325490660318216, 9841000101286172, 0, 0, 4108826483323392880, 30886378286619335592, 0, 0, 13306426381421174346512, 100916492010297213463566
Offset: 0
Keywords
Links
- Ray Chandler, Table of n, a(n) for n = 0..1114 (terms < 10^1000)
- Ovidiu Bagdasar and Dorin Andrica, New results and conjectures on 2-partitions of multisets, 2017 7th International Conference on Modeling, Simulation, and Applied Optimization (ICMSAO).
Crossrefs
Programs
-
Maple
seq(coeff(mul(x^k+1/x^k,k=1..n)^3,x,0),n=0..50); # Robert Israel, Nov 09 2017
-
PARI
a(n) = polcoef(prod(k=1, n, (x^k + 1/x^k)^3), 0); \\ Michel Marcus, Jan 07 2021
Comments