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!)
A216347 Primes of the form n*10^n + 1 2
11, 3001, 9000000001, 21000000000000000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding n are in A007647.
a(5) = 363000000….00001 contains 366 digits.
LINKS
MATHEMATICA
lst={}; Do[ p=n*10^n+ 1; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 21}]; lst
Select[Table[n*10^n+1, {n, 40}], PrimeQ] (* Harvey P. Dale, Jul 18 2020 *)
CROSSREFS
Cf. A007647.
Sequence in context: A222315 A185556 A227785 * A214137 A295192 A359989
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 16 00:00 EDT 2024. Contains 371696 sequences. (Running on oeis4.)