OFFSET
1,1
COMMENTS
Numbers whose maximum prime index is one fewer than their number of prime indices counted with multiplicity.
The Heinz number of an integer partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k).
LINKS
EXAMPLE
The sequence of terms together with their prime indices begins:
4: {1,1}
12: {1,1,2}
18: {1,2,2}
27: {2,2,2}
40: {1,1,1,3}
60: {1,1,2,3}
90: {1,2,2,3}
100: {1,1,3,3}
112: {1,1,1,1,4}
135: {2,2,2,3}
150: {1,2,3,3}
168: {1,1,1,2,4}
225: {2,2,3,3}
250: {1,3,3,3}
252: {1,1,2,2,4}
280: {1,1,1,3,4}
352: {1,1,1,1,1,5}
375: {2,3,3,3}
378: {1,2,2,2,4}
392: {1,1,1,4,4}
MATHEMATICA
Select[Range[1000], PrimePi[FactorInteger[#][[-1, 1]]]-PrimeOmega[#]==-1&]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 13 2019
STATUS
approved