login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A176937 Primes of the form 17^n+10^n. 0
2, 389, 48671191875666868481 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further terms up to n = 3500.
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)