|
|
A050716
|
|
Inserting a digit '6' between all adjacent digits of n makes a prime.
|
|
10
|
|
|
13, 17, 23, 29, 37, 41, 43, 47, 53, 59, 61, 71, 79, 83, 97, 101, 103, 107, 109, 127, 131, 133, 139, 151, 157, 161, 173, 193, 211, 221, 223, 227, 251, 269, 281, 283, 301, 307, 311, 323, 329, 347, 349, 353, 371, 377, 401, 421, 457, 463, 479, 481, 487, 517, 523
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,1
|
|
LINKS
|
Harvey P. Dale, Table of n, a(n) for n = 0..1000
|
|
EXAMPLE
|
481 becomes 4(6)8(6)1 becomes prime 46861.
|
|
MATHEMATICA
|
Select[Range[10, 600], PrimeQ[FromDigits[Riffle[IntegerDigits[#], 6]]]&] (* Harvey P. Dale, Aug 26 2013 *)
|
|
CROSSREFS
|
Cf. A050674, A050711-A050719.
Sequence in context: A274321 A316603 A235914 * A217046 A141076 A092146
Adjacent sequences: A050713 A050714 A050715 * A050717 A050718 A050719
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Patrick De Geest, Aug 15 1999
|
|
EXTENSIONS
|
Definition clarified by Harvey P. Dale, Aug 26 2013
|
|
STATUS
|
approved
|
|
|
|