OFFSET
1,3
COMMENTS
The Heinz number of an integer partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k), so a(n) is the size of the minimal rectangle containing the Young digram of the integer partition with Heinz number n.
LINKS
MATHEMATICA
Table[PrimeOmega[n]*PrimePi[FactorInteger[n][[-1, 1]]], {n, 100}]
PROG
(PARI) A326846(n) = if(1==n, 0, bigomega(n)*primepi(vecmax(factor(n)[, 1]))); \\ Antti Karttunen, Jan 18 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 26 2019
EXTENSIONS
More terms from Antti Karttunen, Jan 18 2020
STATUS
approved
