A332278 Number of widely totally co-strongly normal integer partitions of n.
1, 1, 1, 2, 2, 1, 2, 1, 1, 2, 3, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2
Offset: 0
Examples
The a(1) = 1 through a(20) = 2 partitions: 1: (1) 2: (11) 3: (21),(111) 4: (211),(1111) 5: (11111) 6: (321),(111111) 7: (1111111) 8: (11111111) 9: (32211),(111111111) 10: (4321),(322111),(1111111111) 11: (11111111111) 12: (111111111111) 13: (1111111111111) 14: (11111111111111) 15: (54321),(111111111111111) 16: (1111111111111111) 17: (11111111111111111) 18: (111111111111111111) 19: (1111111111111111111) 20: (4332221111),(11111111111111111111)
Crossrefs
Programs
-
Mathematica
totnQ[ptn_]:=Or[ptn=={},Union[ptn]=={1},And[Union[ptn]==Range[Max[ptn]],LessEqual@@Length/@Split[ptn],totnQ[Length/@Split[ptn]]]]; Table[Length[Select[IntegerPartitions[n],totnQ]],{n,0,30}]
Extensions
a(71)-a(78) from Jinyuan Wang, Jun 26 2020
Comments