A327920 The 16 pure prime dates of each year of the form concatenate(day,month) with month and day also prime numbers.
23, 53, 73, 113, 173, 193, 233, 293, 313, 37, 137, 197, 317, 211, 311, 2311
Offset: 1
Crossrefs
Programs
-
Mathematica
Select[Flatten[Table[d*10^IntegerLength[m]+m,{m,{3,7,11}},{d,Prime[ Range[ 11]]}]],PrimeQ] (* Harvey P. Dale, May 24 2022 *)
Comments