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!)
A103602 Numbers k such that the string 10100k is the decimal expansion of a prime number. 4
9, 33, 69, 81, 83, 107, 113, 117, 131, 147, 161, 173, 177, 179, 201, 213, 219, 221, 249, 273, 287, 291, 333, 351, 383, 393, 407, 423, 429, 443, 449, 459, 471, 501, 507, 527, 537, 539, 543, 557, 579, 603, 617, 633, 639, 641, 659, 677, 683, 689, 711, 747 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
9, 107 and 147 are in the sequence because 101009, 10100107 and 10100147 are prime.
PROG
(Magma) [ n: n in [1..800] | IsPrime(Seqint(Intseq(n) cat [0, 0, 1, 0, 1])) ];
CROSSREFS
Sequence in context: A165392 A145923 A092562 * A205796 A081585 A227221
KEYWORD
base,nonn
AUTHOR
Parthasarathy Nambi, Mar 23 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 April 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)