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 or 3; a(n) is the number of cells after n iterations.
A285393
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 or 3; a(n) is the number of cells after n iterations.
Terms
- a(0) =1a(1) =20a(2) =352a(3) =6080a(4) =104704a(5) =1802240a(6) =31019008a(7) =533872640a(8) =9188540416a(9) =158144921600
External references
- oeis: A285393