72804200
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=13A097070
- Row sums of the extended Catalan triangle A189231.at n=25A189911
- a(n) = (2+[n/2])*n!/((1+[n/2])*[n/2]!^2).at n=25A275329
- a(n) = sigma(n) * binomial(2*n-1,n), for n >= 1.at n=12A357552