A327516 Number of integer partitions of n that are empty, (1), or have at least two parts and these parts are pairwise coprime.
1, 1, 1, 2, 3, 5, 6, 9, 11, 14, 17, 22, 26, 32, 37, 42, 50, 59, 69, 80, 91, 101, 115, 133, 152, 170, 190, 210, 235, 265, 300, 334, 366, 398, 441, 484, 541, 597, 648, 703, 770, 848, 935, 1022, 1102, 1184, 1281, 1406, 1534, 1661, 1789, 1916, 2062, 2244, 2435
Offset: 0
Keywords
Examples
The a(1) = 1 through a(8) = 11 partitions: (1) (11) (21) (31) (32) (51) (43) (53) (111) (211) (41) (321) (52) (71) (1111) (311) (411) (61) (431) (2111) (3111) (511) (521) (11111) (21111) (3211) (611) (111111) (4111) (5111) (31111) (32111) (211111) (41111) (1111111) (311111) (2111111) (11111111)
Links
- Fausto A. C. Cariboni, Table of n, a(n) for n = 0..750
- Gus Wiseman, Sequences counting and encoding certain classes of multisets
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],#=={}||CoprimeQ@@#&]],{n,0,30}]
Formula
For n > 1, a(n) = A051424(n) - 1. - Gus Wiseman, Sep 18 2020
Comments