A347605 Number of partitions of n^n into n or more parts.
1, 1, 4, 2996, 365749566865192, 8630901377559029573671524821295260243701883575513285157821
Offset: 0
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.
Square array begins: 0, 1, 1, 1, 1, 1, ... 1, 1, 1, 1, 1, 1, ... 0, 1, 2, 4, 8, 16, ... 0, 1, 7, 61, 547, 4921, ... 0, 1, 34, 1906, 117874, 7478386, ... 0, 1, 192, 91606, 53830967, 33219689231, ...
T(n, k) = if(k==0, n==1, polcoef(prod(j=1, n, 1/(1-x^j+x*O(x^(n^k-n)))), n^k-n));
Comments