Sums of lists produced by a variant of the iteration that produces the Catalan numbers: start with 0 and at each iteration replace each integer k with the list 0,1,...,k-1,k,k+1,k,k-1,...,1,0 and let a(n) be the sum of the resulting (flattened) list after n iterations.
A065096
Sums of lists produced by a variant of the iteration that produces the Catalan numbers: start with 0 and at each iteration replace each integer k with the list 0,1,...,k-1,k,k+1,k,k-1,...,1,0 and let a(n) be the sum of the resulting (flattened) list after n iterations.
Terms
- a(0) =0a(1) =1a(2) =6a(3) =31a(4) =156a(5) =785a(6) =3978a(7) =20335a(8) =104856a(9) =545073a(10) =2854350a(11) =15046383a(12) =79787700a(13) =425360481a(14) =2278586898a(15) =12259138975a(16) =66216193968a(17) =358941938849
External references
- oeis: A065096