17577014
domain: N
Appears in sequences
- Consider all compositions (ordered partitions) of n into n parts, allowing zeros. E.g., for n = 3 we get 300, 030, 003, 210, 120, 201, 102, 021, 012, 111. Then a(n) is the total number of 1's.at n=12A097070
- Row sums of the extended Catalan triangle A189231.at n=23A189911
- a(n) = 13*a(n-1) - 65*a(n-2) + 156*a(n-3) - 182*a(n-4) + 91*a(n-5) - 13*a(n-6), with initial terms 6, 13, 39, 130, 455, 1638.at n=12A216508
- a(n) = (2+[n/2])*n!/((1+[n/2])*[n/2]!^2).at n=23A275329