/* GNU bc */ for(i=0; i < 19; i++) { print f(i); print " "; } print "\n"; for(i=0; i < 19; i++) { print m(i); print " "; } print "\n"; quit