A325619 Heinz numbers of integer partitions whose reciprocal factorial sum is 1.
2, 9, 375, 15625
Offset: 1
Examples
The sequence of terms together with their prime indices begins: 1: {} 2: {1} 9: {2,2} 375: {2,3,3,3} 15625: {3,3,3,3,3,3}
Crossrefs
Programs
-
Mathematica
Select[Range[100000],Total[Cases[FactorInteger[#],{p_,k_}:>k/PrimePi[p]!]]==1&]
Formula
Contains prime(n)^(n!) for all n > 0, including 191581231380566414401 for n = 4.
Comments