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 0 or 2; a(n) is the number of cells after n iterations.
A285399
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 0 or 2; a(n) is the number of cells after n iterations.
Terms
- a(0) =1a(1) =13a(2) =182a(3) =2548a(4) =35672a(5) =499408a(6) =6991712a(7) =97883968a(8) =1370375552a(9) =19185257728a(10) =268593608192
External references
- oeis: A285399