A351299 a(n) is the number of distinct bipartitions of a solid triangular array of edge n, discounting inversions, reflections, and rotations.
1, 2, 13, 128, 2864
Offset: 1
Examples
For n = 2, the a(2)=2 solutions are 0 1 0 0 0 0
Crossrefs
Cf. A061348.
Formula
a(n) = A061348(n)/2 where floor((n-1)/2) is even.
Comments