Content deleted Content added
No edit summary |
|||
Line 8:
#* If the entry is for a number with remainder 11, 23, 47, or 59, flip it for each possible solution to 3''x''<sup>2</sup> - ''y''<sup>2</sup> = ''entry_number'' when ''x'' > ''y'' > 0.
#* If the entry has some other remainder, ignore it completely.
# Start with the lowest number in the sieve list.
# Add the next number still marked prime in the sieve list to the results list.
# Square that number and mark all multiples of that square as nonprime.
# Repeat steps five through seven.
== Explanation ==
|