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

A176946
Primes of the form 7^n+2^n.
1
OFFSET
1,1
PROG
(Magma) [ a: n in [0..2100] | IsPrime(a) where a is 7^n+2^n ]
CROSSREFS
Sequence in context: A354406 A119777 A176943 * A265443 A234603 A087865
KEYWORD
nonn,bref
AUTHOR
Vincenzo Librandi, Apr 29 2010
STATUS
approved