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

A219284
Primes of the form 17^n - 16^n.
1
371281, 141903217
OFFSET
1,1
COMMENTS
a(3) has 98 digits and a(6) has 3491 digits.
LINKS
MATHEMATICA
Select[Table[17^n - 16^n, {n, 0, 300}], PrimeQ]
PROG
(Magma) [a: n in [0..30] | IsPrime(a) where a is 17^n - 16^n];
CROSSREFS
Cf. A062583.
Sequence in context: A251209 A252800 A291638 * A017537 A234792 A234382
KEYWORD
nonn,bref
AUTHOR
Vincenzo Librandi, Nov 24 2012
STATUS
approved