Ask Your Question

GoGoKo's profile - activity

2023-05-11 14:12:35 +0200 received badge  Popular Question (source)
2018-10-24 22:50:29 +0200 asked a question How to define this polynomial?

$ h_i(x_1,\ldots,x_n) = \sum_{j_1+\cdots+j_n=i} \;\prod_{k=1}^n x_k^{j_k}$

I think I need a Partitions(i) to do it but I need some $j_k$ to be zero, then I tried PartitionTuples(level=n,size=i), and it still doesn't work.