A101268 Number of compositions of n into pairwise relatively prime parts.
1, 1, 2, 4, 7, 13, 22, 38, 63, 101, 160, 254, 403, 635, 984, 1492, 2225, 3281, 4814, 7044, 10271, 14889, 21416, 30586, 43401, 61205, 85748, 119296, 164835, 226423, 309664, 422302, 574827, 781237, 1060182, 1436368, 1942589, 2622079, 3531152, 4742316, 6348411
Offset: 0
Keywords
Examples
From _Gus Wiseman_, Oct 18 2020: (Start) The a(1) = 1 through a(5) = 13 compositions: (1) (2) (3) (4) (5) (11) (12) (13) (14) (21) (31) (23) (111) (112) (32) (121) (41) (211) (113) (1111) (131) (311) (1112) (1121) (1211) (2111) (11111) (End)
Links
- Fausto A. C. Cariboni, Table of n, a(n) for n = 0..500 (terms 0..400 from Alois P. Heinz)
- Temba Shonhiwa, Compositions with pairwise relatively prime summands within a restricted setting, Fibonacci Quart. 44 (2006), no. 4, 316-323.
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Join@@Permutations/@IntegerPartitions[n],Length[#]<=1||CoprimeQ@@#&]],{n,0,10}] (* Gus Wiseman, Oct 18 2020 *)
Formula
It seems that no formula is known.
Extensions
a(0)=1 prepended by Alois P. Heinz, Jun 14 2017
Comments