Factoradic Counter by clock

<?for($i=0;1001>$k=$i++;){$s='';for($n=0;$n++<7;){$s=$k%$n.$s;$k/=(int)$n;}echo(int)$s,"\n";}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page