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 1; a(n) is the number of cells after n iterations.
A285394
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 1; a(n) is the number of cells after n iterations.
Terms
- a(0) =1a(1) =7a(2) =116a(3) =1984a(4) =34112a(5) =587008a(6) =10102784a(7) =173879296a(8) =2992652288a(9) =51506839552a(10) =886489481216
External references
- oeis: A285394