A326332 Number of integer partitions of n with unsortable prime factors.
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 5, 9, 14, 22, 33, 50, 71, 100, 140, 196, 265, 360, 480, 641, 842, 1104, 1432, 1855, 2378, 3040, 3858, 4888, 6146, 7708, 9616, 11969, 14818, 18305, 22511, 27629, 33773, 41191, 50069, 60744, 73453, 88645, 106681
Offset: 0
Keywords
Examples
The a(12) = 1 through a(17) = 14 partitions: (6,6) (10,3) (6,6,2) (6,6,3) (10,6) (14,3) (6,6,1) (10,3,1) (10,3,2) (6,6,4) (6,6,5) (6,6,1,1) (6,6,2,1) (10,3,3) (10,4,3) (10,3,1,1) (6,6,2,2) (10,6,1) (6,6,1,1,1) (6,6,3,1) (6,6,3,2) (10,3,2,1) (6,6,4,1) (6,6,2,1,1) (10,3,2,2) (10,3,1,1,1) (10,3,3,1) (6,6,1,1,1,1) (6,6,2,2,1) (6,6,3,1,1) (10,3,2,1,1) (6,6,2,1,1,1) (10,3,1,1,1,1) (6,6,1,1,1,1,1)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],!OrderedQ[Join@@Sort[First/@FactorInteger[#]&/@#,OrderedQ[PadRight[{#1,#2}]]&]]&]],{n,0,20}]
Comments