590658domain: NAppears in sequencesThe number of regions inside a hexagon formed by the straight line segments mutually connecting all vertices and all points that divide the sides into n equal parts.at n=10A331931a(0) = 1; a(n) = Sum_{k=0..floor(n/4)} binomial(n-3*k,k) * a(k).at n=39A352041