Conway's Game of Life

1.9k Views Asked by At

Is there a mathematical way to directly calculate iteration n from the first iteration skipping calculating the iterations in between in Conway's Game of Life? I would assume, if it is possible, it would involve arrays.