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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105146 Numbers n such that the string n100001 is prime. 0
2, 6, 17, 23, 26, 38, 39, 42, 59, 63, 83, 89, 96, 102, 107, 117, 135, 144, 146, 153, 159, 174, 179, 182, 185, 189, 191, 192, 194, 201, 206, 230, 233, 237, 240, 245, 248, 249, 251, 252, 270, 279, 285, 287, 293, 299, 300, 318, 321, 329, 335, 339, 345, 350, 354, 356, 378, 387, 392 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

n=2 is in the sequence because n100001 = 2100001 is prime.

n=96 is in the sequence because n100001 = 96100001 is prime.

PROG

(MAGMA) [ n: n in [1..400] | IsPrime(Seqint([1, 0, 0, 0, 0, 1] cat Intseq(n))) ]; // From Vincenzo Librandi, Feb 03 2011

CROSSREFS

Cf. A105106, A105107.

Sequence in context: A057497 A063627 A069014 * A024310 A064516 A001441

Adjacent sequences:  A105143 A105144 A105145 * A105147 A105148 A105149

KEYWORD

base,nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Apr 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 23:34 EST 2012. Contains 205860 sequences.