concerning john conway life of death , a grid ,in which there alive cells, form a pattern .
This pattern is in the positioning 0 which is called generation 0 . a loop begins and the status of cells , in each generation , change so that the pattern change during each generation.
for example :
generation | numbers of alive cells
loop gives:
0=45
1=60
2=55
3=80
4=90
.....
....
and so on
my question is :
how to know ****the numbers of alive cells** at each generation while the loop goes??**