This conjecture is based on computational exploration of quadratic polynomials associated with imaginary quadratic fields of class number one.
Let us define: • For a polynomial $f(x) \in \mathbb{Z}[x]$, let $S = { f(0), f(1), f(2), \dots }$ be the sequence of integer outputs. • Suppose $f(n)$ is a composite number. • We say that $f$ satisfies the prime inheritance property if:
Every composite $f(n)$ has at least one prime factor that appeared in some earlier $f(k)$, for $k < n$, either as: • a prime value of $f$, or • a prime factor of a previous composite value of $f$.
⸻
Example:
Consider $f(x) = x^2 + x + 41$. It is well-known that: • $f(x)$ is prime for $0 \le x < 40$, • and produces composites like $f(40) = 41^2 = 1681$, $f(41) = 41 \cdot 43$, $f(42) = 43 \cdot 47$, etc.
In all such cases (tested up to $x = 10^5$), every composite $f(n)$ has at least one prime factor that appeared in some $f(k)$ for $k < n$ — either as a prime output or a prime factor of an earlier composite.
This pattern appears to persist in the following polynomials:
$$ f(x) = x^2 + x + k \quad \text{where} \quad k \in {1, 2, 3, 5, 11, 17, 41} $$
Each corresponds to an imaginary quadratic field $\mathbb{Q}(\sqrt{1 - 4k})$ of class number 1.
⸻
Conjecture (Prime Inheritance for Class Number 1):
Let $f(x) = x^2 + x + k$, where $\mathbb{Q}(\sqrt{1 - 4k})$ is an imaginary quadratic field of class number 1. Then for all $x \ge 0$, any composite value $f(x)$ has at least one prime factor that appears in a previous value $f(k)$ for $k < x$, either as a prime output or as a factor of a previous composite.
⸻
Counterexamples in Higher Class Number:
For example, in $f(x) = x^2 + x + 4$, corresponding to $\mathbb{Q}(\sqrt{-15})$, we observe: • The first composite appears at $x = 3$: $f(3) = 3^2 + 3 + 4 = 16 = 2^4$ • But $f(0) = 4$, $f(1) = 6$, $f(2) = 10$ — and $2$ was already present
So the property still holds here initially, but further testing revealed violations. Thus:
The inheritance rule does not universally hold for all quadratic polynomials, but seems to be special to class number 1 fields.
⸻
Questions: 1. Is this inheritance property known or previously studied? 2. Does the behavior of prime factor “propagation” in these polynomials reflect the deeper structure of the class group? 3. Is there a connection to how primes split in these number fields? 4. Can this be formalized or disproven for higher-degree or non-monic polynomials?
⸻
I have tested this numerically up to $x = 100{,}000$ across all 9 class number 1 quadratic fields. All results consistently uphold the prime inheritance property (excluding trivial cases such as $f(0) = 1$).
Any insights, references, or historical context would be greatly appreciated.