A152425 Integer part of the n-th root of the number of partitions of n^n into distinct parts.
1, 1, 5, 329, 137483613, 4509583237978309488810051189, 242639939633545703354650791456741100816768201372832720247783531678176442265132915735721710004729333425
Offset: 1
Keywords
Crossrefs
Cf. A064682.
Programs
-
Mathematica
Table[IntegerPart[PartitionsQ[n^n]^(1/n)],{n,1,7}]
Extensions
Definition amended and a(7) from Georg Fischer, Oct 24 2024