login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A338916 Number of integer partitions of n that can be partitioned into distinct pairs of (possibly equal) parts. 20
1, 0, 1, 1, 2, 3, 5, 6, 8, 12, 16, 21, 28, 37, 49, 64, 80, 104, 135, 169, 216, 268, 341, 420, 527, 654, 809, 991, 1218, 1488, 1828, 2213, 2687, 3262, 3934, 4754, 5702, 6849, 8200, 9819, 11693 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
The multiplicities of such a partition form a loop-graphical partition (A339656, A339658).
LINKS
Eric Weisstein's World of Mathematics, Graphical partition.
FORMULA
A027187(n) = a(n) + A338915(n).
EXAMPLE
The a(2) = 1 through a(10) = 16 partitions:
(11) (21) (22) (32) (33) (43) (44) (54) (55)
(31) (41) (42) (52) (53) (63) (64)
(2111) (51) (61) (62) (72) (73)
(2211) (2221) (71) (81) (82)
(3111) (3211) (3221) (3222) (91)
(4111) (3311) (3321) (3322)
(4211) (4221) (3331)
(5111) (4311) (4222)
(5211) (4321)
(6111) (4411)
(222111) (5221)
(321111) (5311)
(6211)
(7111)
(322111)
(421111)
For example, the partition (4,2,1,1,1,1) can be partitioned into {{1,1},{1,2},{1,4}} so is counted under a(10).
MATHEMATICA
stfs[n_]:=If[n<=1, {{}}, Join@@Table[Map[Prepend[#, d]&, Select[stfs[n/d], Min@@#>d&]], {d, Select[Rest[Divisors[n]], PrimeOmega[#]==2&]}]];
Table[Length[Select[IntegerPartitions[n], stfs[Times@@Prime/@#]!={}&]], {n, 0, 20}]
CROSSREFS
A320912 gives the Heinz numbers of these partitions.
A338915 counts the complement in even-length partitions.
A339563 counts factorizations of the same type.
A000070 counts non-multigraphical partitions of 2n, ranked by A339620.
A000569 counts graphical partitions, ranked by A320922.
A001358 lists semiprimes, with squarefree case A006881.
A058696 counts partitions of even numbers, ranked by A300061.
A209816 counts multigraphical partitions, ranked by A320924.
A320655 counts factorizations into semiprimes.
A322353 counts factorizations into distinct semiprimes.
A339617 counts non-graphical partitions of 2n, ranked by A339618.
A339655 counts non-loop-graphical partitions of 2n, ranked by A339657.
A339656 counts loop-graphical partitions, ranked by A339658.
The following count partitions of even length and give their Heinz numbers:
- A027187 has no additional conditions (A028260).
- A096373 cannot be partitioned into strict pairs (A320891).
- A338914 can be partitioned into strict pairs (A320911).
- A338915 cannot be partitioned into distinct pairs (A320892).
- A339559 cannot be partitioned into distinct strict pairs (A320894).
- A339560 can be partitioned into distinct strict pairs (A339561).
Sequence in context: A330748 A002243 A094763 * A125559 A331865 A087360
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Dec 10 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)