Start with a single cell at coordinates (0, 0, 0), then iteratively subdivide the grid into 3 X 3 X 3 cells and remove the cells whose sum of modulo 2 coordinates is 2; a(n) is the number of cells after n iterations.

A285396

Start with a single cell at coordinates (0, 0, 0), then iteratively subdivide the grid into 3 X 3 X 3 cells and remove the cells whose sum of modulo 2 coordinates is 2; a(n) is the number of cells after n iterations.

Terms

    a(0) =1a(1) =21a(2) =399a(3) =7401a(4) =136227a(5) =2500437a(6) =45845895a(7) =840237393a(8) =15396839067a(9) =282119272221

External references