login
A387474
Numbers k such that (32^k + 3^k)/35 is prime.
0
3, 47, 107, 157, 4799, 21841
OFFSET
1,1
COMMENTS
The definition implies that k must be a prime.
a(7) > 10^5.
LINKS
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.
Eric Weisstein's World of Mathematics, Repunit.
MATHEMATICA
Select[Prime[Range[10000]], PrimeQ[(32^# + 3^#)/35] &]
KEYWORD
nonn,hard,more,changed
AUTHOR
Robert Price, Aug 30 2025
STATUS
approved