On the wiki page of oscillators , the "smallest known" column has many question marks on high period oscillators. I'd like to fill them. By the glider loops, the upper bound of population of period (4n+2) oscillators is 208, and that of other periods is 228. P67 and P74 glider loops are shown as exa...
I can't build ofind.c: ndos@ndos-desktop:~/Documents$ gcc -o ofind ofind.c ofind.c: In function ‘printApprox’: ofind.c:1147:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=] if (n <= 9999) printf("%d",n); ~^ ~ %ld ofind.c:1154:27: warning: format...