A352486 Heinz numbers of non-self-conjugate integer partitions.
3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73
Offset: 1
Keywords
Examples
The terms together with their prime indices begin: 3: (2) 4: (1,1) 5: (3) 7: (4) 8: (1,1,1) 10: (3,1) 11: (5) 12: (2,1,1) 13: (6) 14: (4,1) 15: (3,2) 16: (1,1,1,1) 17: (7) 18: (2,2,1) For example, the self-conjugate partition (4,3,3,1) has Heinz number 350, so 350 is not in the sequence.
Crossrefs
Programs
-
Mathematica
primeMS[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]]; conj[y_]:=If[Length[y0]==0,y,Table[Length[Select[y,#>=k&]],{k,1,Max[y]}]]; Select[Range[100],#!=Times@@Prime/@conj[primeMS[#]]&]
Formula
a(n) != A122111(a(n)).
Comments