Factoring
Here is a web form that finds the least prime factor of a positive integer 1 < n < 1000000000:
Enter n:
23
(
Here
is the perl program I wrote to do the calculation.)