I thought of a problem - are there infinitely many prime numbers in a sequence $17, 137, 1337, 13337, \ldots$. With no luck.
This sequence is given by a recurrence $a_0 = 17$, $a_{n+1} = 10 a_n - 33$. So a natural question comes to mind: for such sequences ($a_n = A \cdot a_{n - 1} + B$), what are the conditions for finding infinitely many primes?
If $A = 1$ we have an arithmetic sequence and Dirichlet solved this problem. But his approach does not generalize for 'my' problem, because as far as I know, his proof uses the divergence of a series of reciprocals of primes in some sequences. But for $A > 1$ sum of reciprocals of primes in our sequence can't be infinite, because $\sum a_i < \infty$.
Since 'my' problem seems quite natural, I believe there was some research done by someone, somewhere. Is anybody familiar with any results or tools that could allow to study such problems?