login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Prime numbers ending in the prime number 53.
2

%I #7 Sep 08 2022 08:46:08

%S 53,353,653,853,953,1153,1453,1553,1753,2053,2153,2753,2953,3253,3853,

%T 4153,4253,5153,5653,5953,6053,6353,6553,6653,7253,7753,7853,8053,

%U 8353,8753,10253,10453,10753,10853,11353,11953,12253,12553,12653,12853,12953,13553

%N Prime numbers ending in the prime number 53.

%C Also primes of the form 100*n+53. Subsequence of A141885, A141929.

%H Vincenzo Librandi, <a href="/A244771/b244771.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={5, 3} &]

%o (Magma) [n: n in PrimesUpTo(14000) | n mod 100 eq 53];

%Y Cf. A141885, A141929.

%Y Cf. similar sequences listed in A244763.

%K nonn,base

%O 1,1

%A _Vincenzo Librandi_, Jul 07 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 24 13:45 EDT 2024. Contains 376196 sequences. (Running on oeis4.)