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!)
A107645 Numbers k such that the string 1311k is the decimal expansion of a prime number. 5
11, 13, 29, 43, 49, 71, 103, 109, 127, 131, 143, 173, 181, 217, 223, 229, 239, 241, 251, 259, 263, 287, 301, 307, 311, 341, 353, 367, 377, 383, 403, 407, 419, 433, 449, 473, 481, 493, 503, 509, 523, 547, 553, 559, 577, 599, 617, 619, 623, 643, 689, 691 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
11 and 13 are twin primes.
LINKS
EXAMPLE
k=71: 131171 is prime.
k=131: 1311131 is prime.
PROG
(Magma) [ n: n in [1..800] | IsPrime(Seqint(Intseq(n) cat [1, 1, 3, 1])) ];
CROSSREFS
Sequence in context: A115560 A045466 A158759 * A106014 A261371 A289490
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Jun 09 2005
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 21 11:59 EDT 2024. Contains 372736 sequences. (Running on oeis4.)