A356246 Primes whose reversal is a multiple of 14.
41, 89, 211, 223, 281, 293, 463, 487, 499, 691, 827, 839, 2129, 2213, 2237, 2333, 2357, 2441, 2477, 2503, 2539, 2647, 2659, 2693, 2731, 2767, 2851, 2887, 2971, 4021, 4057, 4091, 4153, 4177, 4261, 4273, 4297, 4409, 4517, 4637, 4649, 4721, 4733, 4877, 4889, 4903, 4973
Offset: 1
Examples
281 is a term since 281 is prime and 182 = 14 * 13.
Crossrefs
Programs
-
Mathematica
Select[Prime[Range[666]], Divisible[IntegerReverse[#], 14] &] (* Amiram Eldar, Jul 30 2022 *)
Comments