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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103967 Numbers n such that the string n1n is the decimal expansion of a prime number. 0
3, 9, 17, 21, 27, 29, 39, 41, 47, 51, 59, 71, 81, 87, 89, 113, 117, 119, 131, 137, 141, 159, 161, 177, 189, 201, 239, 263, 287, 291, 299, 333, 359, 371, 377, 389, 393, 399, 443, 459, 461, 467, 471, 489, 509, 539, 573, 603, 623, 653, 657, 659, 663, 671, 681 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

n=3 is in the sequence because n1n = 313 is prime.

n=41 is in the sequence because n1n = 41141 is prime.

n=89 is in the sequence because n1n = 89189 is prime.

PROG

(MAGMA) [ n: n in [0..800] | IsPrime(Seqint(Intseq(n) cat [1] cat Intseq(n))) ]; // Klaus Brockhaus, Feb 03 2011

CROSSREFS

Sequence in context: A106676 A050795 A050797 * A032400 A004621 A014209

Adjacent sequences:  A103964 A103965 A103966 * A103968 A103969 A103970

KEYWORD

base,nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Mar 30 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 14 14:07 EST 2012. Contains 205623 sequences.