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

A147669
Primes of the form : 7^n-6^n.
1
13, 127, 543607, 3183060102526390833854311, 44487435359130133495783012898708551, 418364165757172442919546303805118823151668308251259902807
OFFSET
1,1
COMMENTS
7^2-6^2=49-36=13,...
MATHEMATICA
lst={}; Do[p=7^n-6^n; If[PrimeQ[p], AppendTo[lst, p]], {n, 6!}]; lst
CROSSREFS
Sequence in context: A201550 A361068 A211897 * A076457 A227749 A016162
KEYWORD
nonn
AUTHOR
STATUS
approved