Minimum primes: Difference between revisions

Content added Content deleted
(Undo revision 345818 by Enter your username (talk))
(copyedit)
Line 10: Line 10:
then:
then:
# Select the maximum (max) of Numbers[n], Numbers2[n] and Numbers3[n], where '''n <= 5''' (one based).
# Select the maximum (max) of Numbers[n], Numbers2[n] and Numbers3[n], where '''n <= 5''' (one based).
# Select minPrime for that minPrime is a minimal prime where '''minPrime >= max'''
# For each value of max, find the least prime, minPrime, such that '''minPrime >= max'''
# Add minPrime to a new list (Primes)
# Add minPrime to a new list (Primes)
# Show Primes on this page.
# Show Primes on this page.