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.

A347605 Number of partitions of n^n into n or more parts.

This page as a plain text file.
%I A347605 #11 Sep 08 2021 22:29:01
%S A347605 1,1,4,2996,365749566865192,
%T A347605 8630901377559029573671524821295260243701883575513285157821
%N A347605 Number of partitions of n^n into n or more parts.
%C A347605 The next term is too large to include.
%F A347605 a(n) = [x^(n^n)] Sum_{k>=n} x^k / Product_{j=1..k} (1 - x^j).
%F A347605 a(n) = A347607(n) + A347606(n) - A238000(n).
%Y A347605 Cf. A238000, A347585, A347606, A347607.
%K A347605 nonn
%O A347605 0,3
%A A347605 _Seiichi Manyama_, Sep 08 2021