login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A209120
Numbers n such that (33^n - 1)/32 is prime.
1
3, 197, 3581, 6871, 183661
OFFSET
1,1
LINKS
H. Dubner, Generalized repunit primes, Math. Comp., 61 (1993), 927-930.
MATHEMATICA
Select[Prime[Range[100]], PrimeQ[(33^#-1)/32]&]
PROG
(PARI) isok(n) = isprime((33^n-1)/32); \\ Michel Marcus, Mar 13 2016
CROSSREFS
Sequence in context: A101382 A000724 A309749 * A336250 A374514 A256407
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Mar 05 2012
EXTENSIONS
a(5) corresponds to a probable prime discovered by Paul Bourdelais, Dec 31 2018
STATUS
approved