A379986 Numbers k such that (20^k + 3^k)/23 is prime.
3, 19, 271, 577, 977, 1871, 8647, 9479, 34759, 44959, 63149
Offset: 1
Links
- P. Bourdelais, A Generalized Repunit Conjecture.
- J. Brillhart et al., Factorizations of b^n +- 1, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.
- H. Dubner and T. Granlund, Primes of the Form (b^n+1)/(b+1), J. Integer Sequences, 3 (2000), #P00.2.7.
- H. Lifchitz, Mersenne and Fermat primes field
- Eric Weisstein's World of Mathematics, Repunit.
Crossrefs
Programs
-
Mathematica
Select[Prime[Range[10000]], PrimeQ[(20^# + 3^#)/23] &]
Comments