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!)
A093172 Primes of the form 10^n - 3. 2
7, 97, 997, 99999999999999997 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes of the form (9*10^n - 27)/9. - Vincenzo Librandi, Nov 16 2010
Also primes of the form 9*R_n - 2, where R_n is the repunit (A002275) of length n.
The next term has 140 digits.
a(n) = 10^A089675(n) - 3 = 10^(A056662(n) + 1) - 3. - Farideh Firoozbakht, Nov 27 2013
LINKS
MATHEMATICA
Do[If[PrimeQ[10^n - 3], Print[10^n - 3]], {n, 100}] (* Farideh Firoozbakht, Nov 27 2013 *)
Select[Table[FromDigits[PadLeft[{7}, n, 9]], {n, 25}], PrimeQ] (* Harvey P. Dale, Dec 12 2020 *)
CROSSREFS
Sequence in context: A158579 A003618 A173833 * A074110 A155644 A243867
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Mar 26 2004
EXTENSIONS
Name shortened and old name moved to comments by Alex Ratushnyak, Apr 26 2012
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 May 5 18:06 EDT 2024. Contains 372277 sequences. (Running on oeis4.)