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!)
A174180 Numbers n>0 such that 10^n+2^n+1 is prime. 0
1, 3, 9, 17, 19, 27, 351, 813, 869, 1387 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Terms greater than 351 yield probable primes. Next term > 10000. - Vaclav Kotesovec, Apr 30 2014
LINKS
MATHEMATICA
Select[Range[1, 1000], PrimeQ[10^#+2^#+1]&] (* Vaclav Kotesovec, Apr 30 2014 *)
PROG
(Magma) [n: n in [1..800] | IsPrime(10^n+2^n+1) ]
CROSSREFS
Sequence in context: A056403 A181349 A240094 * A106676 A050795 A050797
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Mar 11 2010
EXTENSIONS
a(8)-a(10) from Vaclav Kotesovec, Apr 30 2014
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 August 23 18:16 EDT 2024. Contains 375396 sequences. (Running on oeis4.)