cp's OEIS Frontend

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.

A347606 Number of partitions of n^n into exactly n parts.

This page as a plain text file.
%I A347606 #14 Sep 08 2021 22:28:16
%S A347606 0,1,2,61,117874,33219689231,2559960025059106420,
%T A347606 85975912953927216830024650654,
%U A347606 1841153609473379088124269084031755459049386
%N A347606 Number of partitions of n^n into exactly n parts.
%F A347606 a(n) = [x^(n^n-n)] Product_{k=1..n} 1/(1-x^k).
%o A347606 (PARI) a(n) = polcoef(prod(k=1, n, 1/(1-x^k+x*O(x^(n^n-n)))), n^n-n);
%Y A347606 Cf. A206240, A304176, A347605, A347607.
%K A347606 nonn,more
%O A347606 0,3
%A A347606 _Seiichi Manyama_, Sep 08 2021