Finally finished 26, think I did it good enough
This commit is contained in:
7
27/main.py
Normal file
7
27/main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Quadratic primes
|
||||
|
||||
# Consider quadratics of the form:
|
||||
# n^2 + an + b, where abs(a) < 1000 and abs(b) <= 1000
|
||||
|
||||
# Find the product of the coefficients, a * b, for the quadratic expression that
|
||||
# produces the maximum number of primes for consecutive values of n, starting from n = 0
|
||||
Reference in New Issue
Block a user