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!)
A177135 Primes of the form 2*10^n - 3. 0
17, 197, 1997, 19997, 19999999999997, 199999999999997, 19999999999999999999999999999999999999999999999999999999999999999999999999997 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(8) has 238 digits, a(9) has 873 digits and a(10) has 989 digits.
LINKS
MATHEMATICA
Select[Table[FromDigits[Join[{1}, PadLeft[{}, n, 9], {7}]], {n, 0, 1000}], PrimeQ] (* Harvey P. Dale, Oct 30 2011 *)
PROG
(Magma) [a: n in [0..250] | IsPrime(a) where a is 2*10^n-3];
CROSSREFS
Cf. A102947.
Sequence in context: A018250 A021184 A069361 * A130817 A055432 A154276
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 10 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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)