A348382 Number of compositions of n that are not a twin (x,x) but have adjacent equal parts.
0, 0, 0, 1, 3, 9, 17, 41, 88, 185, 387, 810, 1669, 3435, 7039, 14360, 29225, 59347, 120228, 243166, 491085, 990446, 1995409, 4016259, 8076959, 16231746, 32599773, 65437945, 131293191, 263316897, 527912139, 1058061751, 2120039884, 4246934012, 8505864639
Offset: 0
Keywords
Examples
The a(3) = 1 through a(6) = 17 compositions: (111) (112) (113) (114) (211) (122) (222) (1111) (221) (411) (311) (1113) (1112) (1122) (1121) (1131) (1211) (1221) (2111) (1311) (11111) (2112) (2211) (3111) (11112) (11121) (11211) (12111) (21111) (111111)
Links
- A. Knopfmacher and H. Prodinger, On Carlitz Compositions, Europ. J. Combinatorics (1998) 19, 579-589.
- Wikipedia, Composition (combinatorics)
Crossrefs
A007582 ranks twin compositions.
Programs
-
Mathematica
nn=15;CoefficientList[Series[1+x/(1-2x)-x^2/(1-x^2)-1/(1-Sum[x^k/(1+x^k),{k,1,nn}]),{x,0,nn}],x]
Comments