|
Search: id:A084366
|
|
|
| A084366 |
|
Numbers n such that the n-th prime number has an odd number of digits and becomes composite if the central digit is removed. |
|
+0 1
|
|
| 47, 49, 53, 54, 55, 58, 59, 60, 65, 70, 71, 72, 74, 75, 76, 77, 80, 81, 85, 87, 92, 95, 98, 100, 101, 102, 105, 106, 107, 112, 114, 117, 119, 120, 122, 124, 129, 134, 138, 139, 141, 142, 144, 148, 151, 152, 154, 156, 157, 158, 160, 162, 164, 166, 167
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
The 47th prime is 211, omitting the central digit yields 21, which is composite. The 59th prime is 277, omitting the central digit yields 27, which is composite.
|
|
MATHEMATICA
|
Select[Range[5, 1500], OddQ[Length[IntegerDigits[Prime[ # ]]]] && Not[PrimeQ[FromDigits[Drop[IntegerDigits[Prime[ # ]], {(Length[IntegerDigits[Prime[ # ]]] + 1)/2}]]]] &]
|
|
CROSSREFS
|
Adjacent sequences: A084363 A084364 A084365 this_sequence A084367 A084368 A084369
Sequence in context: A052352 A089553 A042103 this_sequence A128940 A141279 A106279
|
|
KEYWORD
|
base,nonn,less
|
|
AUTHOR
|
Zak Seidov (zakseidov(AT)yahoo.com), Jun 22 2003
|
|
EXTENSIONS
|
Edited by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Sep 05 2007
|
|
|
Search completed in 0.002 seconds
|