Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099678
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099678 Numbers n such that 10n01 is a prime. +0
3
3, 5, 6, 15, 17, 20, 21, 23, 27, 30, 38, 47, 48, 54, 56, 57, 65, 68, 71, 72, 83, 84, 90, 92, 102, 105, 110, 116, 122, 126, 134, 135, 143, 155, 156, 162, 164, 173, 182, 183, 197, 198, 200, 201, 203, 204, 210, 213, 222, 225, 227, 231, 233, 236, 249, 261, 264, 270, 281, 282, 290 (list; graph; listen)
OFFSET

1,1

MAPLE

t0:=[]; u0:=[]; for n from 0 to 500 do p0:="10"; p1:="01"; t1:=cat(p0, n, p1); t1:=convert(t1, decimal, 10); if isprime(t1) then t0:=[op(t0), n]; u0:=[op(u0), t1]; fi; od: t0;

MATHEMATICA

Select[ Range[280], PrimeQ[ FromDigits[Join[{1, 0}, IntegerDigits[ # ], {0, 1}]]] &] (from Robert G. Wilson v Nov 20 2004)

CROSSREFS

Cf. A032672, A100502 (for the primes).

Sequence in context: A092862 A112863 A030052 this_sequence A050563 A103022 A086189

Adjacent sequences: A099675 A099676 A099677 this_sequence A099679 A099680 A099681

KEYWORD

nonn,base

AUTHOR

njas, Nov 19 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research