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!)
A216346 Primes of the form n*10^n - 1 0
199, 2999, 799999999, 1099999999999, 14999999999999999, 38999999999999999999999999999999999999999, 59999999999999999999999999999999999999999999999999999999999999, 71999999999999999999999999999999999999999999999999999999999999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding n are in A059671.
a(9) = 769999999….999999 contains 79 digits.
a(10) = 1169999999….999999 contains 120 digits.
LINKS
MATHEMATICA
lst={}; Do[ p=n*10^n- 1; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 60}]; lst
Select[Table[n*10^n-1, {n, 100}], PrimeQ] (* Harvey P. Dale, Sep 17 2023 *)
CROSSREFS
Cf. A059671.
Sequence in context: A052188 A086977 A324628 * A289819 A195523 A163712
KEYWORD
nonn
AUTHOR
Michel Lagneau, Sep 04 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 April 23 07:57 EDT 2024. Contains 371905 sequences. (Running on oeis4.)