A382820 Number of columns in all n-compositions of n.
1, 11, 163, 3019, 67251, 1753877, 52468711, 1772042699, 66708748963, 2770212058261, 125812351808551, 6203908746628501, 330108021642012407, 18853083403505443593, 1150352428059538611663, 74685045367715777653195, 5140745255774277374241411, 373950591013899715795929605
Offset: 1
Programs
Formula
a(n) = [x^n] -((1 - x)^n - 1)*(1 - x)^n/(((1 - x)^n - 1) + (1 - x)^n)^2
Comments