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!)
A159031 Primes of the form "1 [0]_n 7" - with zeros between 1 and 7. 12
17, 107, 10007, 100000007, 1000000007, 1000000000000000000000007, 1000000000000000000000000000000000000000000000000000000000007 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term, a(8), has 111 digits. - Harvey P. Dale, Nov 12 2011
LINKS
EXAMPLE
1000000000000000000000007 is a prime with 23 zeros between 1 and 7.
MATHEMATICA
Do[ If[ PrimeQ[10^n + 7], Print[10^n + 7]], {n, 100}] (* Robert G. Wilson v, Apr 05 2009 *)
Select[Table[FromDigits[Join[{1}, PadRight[{}, n, 0], {7}]], {n, 0, 120}], PrimeQ] (* Harvey P. Dale, Nov 12 2011 *)
CROSSREFS
Cf. A088274. - Robert G. Wilson v, Apr 05 2009
Sequence in context: A007682 A125327 A126485 * A080441 A135400 A372583
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Apr 02 2009
EXTENSIONS
a(7) from Robert G. Wilson v, Apr 05 2009
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 August 22 04:50 EDT 2024. Contains 375356 sequences. (Running on oeis4.)