Start with a single cell at coordinates (0, 0), then iteratively subdivide the grid into 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.
A285391
Start with a single cell at coordinates (0, 0), then iteratively subdivide the grid into 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) =8a(2) =60a(3) =444a(4) =3276a(5) =24156a(6) =178092a(7) =1312956a(8) =9679500a(9) =71360028a(10) =526086252a(11) =3878455932a(12) =28593068364a(13) =210796144092
External references
- oeis: A285391