A380131 Numbers k such that (45^k + 2^k)/47 is prime.
17, 281, 463, 5393, 12809, 19031, 53173
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.
- OEIS Wiki, Primes of the form (a^n+b^n)/(a+b) and (a^n-b^n)/(a-b)
Crossrefs
Programs
-
Mathematica
Select[Prime[Range[10000]], PrimeQ[(45^# + 2^#)/47] &]
Comments