VOOZH
about
URL: https://oeis.org/A389767
⇱ A389767 - OEIS
login
A389767
Numbers k such that (33^k - 4^k)/29 is prime.
0
2, 3, 7, 13, 31, 211
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
COMMENTS
The definition implies that k must be a prime.
a(7) > 10^5.
LINKS
Table of n, a(n) for n=1..6.
Paul 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.
Henri 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)
MATHEMATICA
Select[Prime[Range[10000]], PrimeQ[(33^# - 4^#)/29] &]
CROSSREFS
Cf.
A062587
,
A062589
,
A127996
,
A127997
,
A128344
,
A204940
,
A217320
,
A225807
,
A229542
,
A375161
,
A375236
,
A377031
.
Sequence in context:
A193530
A003120
A032131
*
A378941
A324844
A007827
Adjacent sequences:
A389764
A389765
A389766
*
A389768
A389769
A389770
KEYWORD
nonn
,
hard
,
more
AUTHOR
Robert Price
, Oct 14 2025
STATUS
approved