a(n) is the number of ways to split [n] = {1,2,...,n} into two (possibly empty) complementary intervals {1,2,...,i} and {i+1,i+2,...,n} and then, if both intervals are nonempty, select 2 nonempty blocks/cells (i.e., subintervals) from each of them, or if one of the intervals is empty, select 2 nonempty blocks/cells from the nonempty interval.

A353232

a(n) is the number of ways to split [n] = {1,2,...,n} into two (possibly empty) complementary intervals {1,2,...,i} and {i+1,i+2,...,n} and then, if both intervals are nonempty, select 2 nonempty blocks/cells (i.e., subintervals) from each of them, or if one of the intervals is empty, select 2 nonempty blocks/cells from the nonempty interval.

Terms

    a(0) =0a(1) =2a(2) =6a(3) =13a(4) =26a(5) =51a(6) =98a(7) =182a(8) =324a(9) =552a(10) =902a(11) =1419a(12) =2158a(13) =3185a(14) =4578a(15) =6428a(16) =8840a(17) =11934a(18) =15846a(19) =20729a(20) =26754a(21) =34111a(22) =43010a(23) =53682a(24) =66380a(25) =81380a(26) =98982a(27) =119511a(28) =143318a(29) =170781

External references