Euler published the remarkable quadratic formula:
Using computers, the incredible formula n² − 79n + 1601 was discovered, which produces 80 primes for the consecutive values n = 0 to 79. The product of the coefficients, −79 and 1601, is −126479.
Considering quadratics of the form:
n² + n + 41
Using computers, the incredible formula n² − 79n + 1601 was discovered, which produces 80 primes for the consecutive values n = 0 to 79. The product of the coefficients, −79 and 1601, is −126479.
Considering quadratics of the form:
n² + an + b, where |a| < 1000 and |b| < 1000Find the product of the coefficients, a and b, for the quadratic expression that produces the maximum number of primes for consecutive values of n, starting with n = 0.where |n| is the modulus/absolute value of n
e.g. |11| = 11 and |−4| = 4
오일러는 놀랄 만한 2차 방정식을 발표했다:
컴퓨터를 사용해서, 놀라운 식 n² − 79n + 1601이 발견 되었는데, 이것은 n = 0부터 79까지 연속적인 80개의 소수를 만들 수 있다. 그 계수들인 -79와 1601의 곱은 -126479이다.
다음 형태의 2차 방정식을 고려할 때:
n² + n + 41
컴퓨터를 사용해서, 놀라운 식 n² − 79n + 1601이 발견 되었는데, 이것은 n = 0부터 79까지 연속적인 80개의 소수를 만들 수 있다. 그 계수들인 -79와 1601의 곱은 -126479이다.
다음 형태의 2차 방정식을 고려할 때:
n² + an + b, 단, |a| < 1000 와 |b| < 1000 일 때n = 0부터 시작하여 n의 연속적인 값에 대해서, 가장 많은 소수의 개수를 생산하는 2차 방정식의 계수인 a와 b의 곱을 찾아라.여기에서 |n| 은 n의 절대값이다.
예를 들어, |11| = 11 그리고 |−4| = 4 이다.
Python
댓글 없음:
댓글 쓰기