A244771 Prime numbers ending in the prime number 53.
53, 353, 653, 853, 953, 1153, 1453, 1553, 1753, 2053, 2153, 2753, 2953, 3253, 3853, 4153, 4253, 5153, 5653, 5953, 6053, 6353, 6553, 6653, 7253, 7753, 7853, 8053, 8353, 8753, 10253, 10453, 10753, 10853, 11353, 11953, 12253, 12553, 12653, 12853, 12953, 13553
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[n: n in PrimesUpTo(14000) | n mod 100 eq 53];
-
Mathematica
Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={5, 3} &]
Comments