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”).

A127997
Numbers n such that (22^n - 1)/21 is prime.
24
2, 5, 79, 101, 359, 857, 4463, 9029, 27823
OFFSET
1,1
COMMENTS
9029 is a term found by Richard Fischer in 2004. - Alexander Adamchuk, Feb 11 2007
No other terms < 100000. - Robert Price, Feb 25 2012
LINKS
H. Dubner, Generalized repunit primes, Math. Comp., 61 (1993), 927-930.
MATHEMATICA
Select[Prime[Range[100]], PrimeQ[(22^#-1)/21]&]
PROG
(PARI) isok(n) = isprime((22^n-1)/21); \\ Michel Marcus, Mar 13 2016
CROSSREFS
Sequence in context: A102983 A038583 A082080 * A096266 A123978 A303482
KEYWORD
hard,more,nonn
AUTHOR
Alexander Adamchuk, Feb 11 2007
EXTENSIONS
More terms from Ryan Propper, Mar 29 2007
27823 from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008
STATUS
approved