Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A176937
Primes of the form 17^n+10^n.
0
2, 389, 48671191875666868481
OFFSET
1,1
COMMENTS
No further terms up to n = 3500.
MATHEMATICA
Select[Table[17^n + 10^n, {n, 0, 100}], PrimeQ] (* Vincenzo Librandi, Jun 04 2014 *)
PROG
(Magma) [ a: n in [0..1500] | IsPrime(a) where a is 17^n+10^n ]
CROSSREFS
Sequence in context: A225096 A225111 A343698 * A092701 A321230 A281322
KEYWORD
nonn,bref
AUTHOR
Vincenzo Librandi, Apr 29 2010
STATUS
approved