The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A100028 Values of n for which the decimal number 10...030...01 is an n-digit prime. 7
3, 5, 7, 9, 23, 29, 33, 185, 267, 307, 757, 897, 1571, 2977, 3831, 4595, 6573, 9511, 11651, 15641, 68885, 69883 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*(A171376(n+1))+1. - Chai Wah Wu, Aug 20 2015
EXAMPLE
The corresponding primes are 131, 10301, 1003001, 100030001, 10000000000300000000001, etc.
MATHEMATICA
IntegerLength/@Select[Table[FromDigits[Join[PadRight[{1}, n, 0], {3}, PadLeft[ {1}, n, 0]]], {n, 35000}], PrimeQ] (* Harvey P. Dale, Dec 20 2019 *)
CROSSREFS
Sequence in context: A099995 A356177 A329364 * A053681 A135773 A357677
KEYWORD
nonn,base,more
AUTHOR
Harvey Dubner (harvey(AT)dubner.com), Nov 20 2004
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 June 4 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)