login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107644 Numbers n such that the string 1113n is the decimal expansion of a prime number. 4
1, 17, 23, 37, 41, 47, 73, 103, 137, 149, 157, 173, 181, 187, 193, 197, 199, 221, 239, 253, 257, 317, 319, 337, 349, 373, 379, 401, 403, 421, 451, 461, 481, 491, 509, 521, 527, 557, 569, 587, 599, 617, 643, 667, 701, 703, 713, 719, 751, 773, 781, 787, 793 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

11 and 13 are twin primes.

EXAMPLE

n=1: 11131 is prime.

n=47: 111347 is prime.

n=149: 1113149 is prime.

PROG

(MAGMA) [ n: n in [1..800] | IsPrime(Seqint(Intseq(n) cat [3, 1, 1, 1])) ];

CROSSREFS

Sequence in context: A080830 A165566 A072184 * A158710 A156567 A139843

Adjacent sequences:  A107641 A107642 A107643 * A107645 A107646 A107647

KEYWORD

nonn,base

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jun 09 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:20 EST 2012. Contains 205729 sequences.