5

Inspired by this question : Does every sequence $4^nx_0+\frac{4^n-1}{3}$ contain a prime?

If $x_0=21$, the sequence $x_{n+1}=4x_n+1$ produces no prime as shown in OEIS. What about the case $x_0=8$ ?

Is $4^n\cdot 8+\frac{4^n-1}{3}$ prime for any nonnegative integer $n$ ? Or equivalent : does the sequence $x_0=8$ , $x_{n+1}=4x_n+1$ produce a prime ?

I did not find a prime for $n\le 50\ 000$

Peter
  • 84,454
  • For the casual lurker: Just provided an answer to the more general question to which you refer: https://math.stackexchange.com/a/4351868/1714 It contains a list of additional cases $x_0$, where the sequences are proven to be primefree, using another argument than in PaoloLeonetti's answer. – Gottfried Helms Jan 08 '22 at 20:06

1 Answers1

14

No: $$ 4^n\cdot 8+\frac{4^n-1}{3}=\frac{(5\cdot 2^n+1)(5\cdot 2^n-1)}{3}. $$ (both factors at the numerator are $>3$).

Paolo Leonetti
  • 15,423
  • 3
  • 24
  • 57