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!)
A173852 Primes of the form 10^n - 2^n - 1. 2
7, 991, 999999487, 999999999967231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is too large to display here.
LINKS
MATHEMATICA
Select[Table[10^n-2^n-1, {n, 0, 100}], PrimeQ] (* Vincenzo Librandi, Jul 26 2012 *)
PROG
(Magma) /* The code gives only the terms up to a(5): */ [a: n in [0..200] | IsPrime(a) where a is 10^n-2^n-1]; // Vincenzo Librandi, Jul 26 2012
CROSSREFS
Cf. A174179.
Sequence in context: A201070 A332197 A213960 * A062841 A349736 A110718
KEYWORD
nonn,hard
AUTHOR
Vincenzo Librandi, Feb 26 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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)