login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A032620
Numbers k such that k concatenated with k+5 is a prime.
2
12, 16, 18, 28, 46, 64, 76, 78, 82, 88, 102, 126, 132, 138, 148, 154, 178, 184, 186, 196, 208, 214, 226, 228, 234, 246, 264, 282, 288, 298, 316, 318, 322, 324, 328, 342, 348, 352, 372, 408, 418, 424, 432, 438, 442, 444, 456, 462, 468, 472, 474, 478, 484
OFFSET
1,1
MATHEMATICA
nc5pQ[n_]:=PrimeQ[FromDigits[Join[IntegerDigits[n], IntegerDigits[n+5]]]]; Select[Range[500], nc5pQ] (* Harvey P. Dale, Mar 25 2016 *)
CROSSREFS
Cf. A032610.
Sequence in context: A335222 A356863 A112548 * A224302 A096468 A334983
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, May 15 1998
STATUS
approved