A327918 The 16 pure prime dates of each non-leap year of the form concatenate(month,day) with month and day also prime numbers.
23, 211, 223, 37, 311, 313, 317, 331, 53, 523, 73, 719, 113, 1117, 1123, 1129
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Select[Flatten[Table[d*10^IntegerLength[m]+m,{m,{3,7,11}},{d,Prime[ Range[ 11]]}]],PrimeQ] (* Harvey P. Dale, May 24 2022 *)
Comments