cp's OEIS Frontend

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.

A244772 Prime numbers ending in the prime number 59.

This page as a plain text file.
%I A244772 #17 Sep 08 2022 08:46:08
%S A244772 59,359,659,859,1259,1459,1559,1759,2459,2659,3259,3359,3559,3659,
%T A244772 4159,4259,4759,5059,5659,6359,6659,6959,7159,7459,7559,7759,8059,
%U A244772 9059,9859,10159,10259,10459,10559,10859,11059,11159,11959,12659,12959,13159,13259
%N A244772 Prime numbers ending in the prime number 59.
%C A244772 Also primes of the form 100*n+59. Subsequence of A141887, A141934.
%H A244772 Vincenzo Librandi, <a href="/A244772/b244772.txt">Table of n, a(n) for n = 1..1000</a>
%t A244772 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={5, 9} &]
%o A244772 (Magma) [n: n in PrimesUpTo(14000) | n mod 100 eq 59];
%o A244772 (PARI) select(x->(x % 100)==59, primes(2000)) \\ _Michel Marcus_, Jul 07 2014
%Y A244772 Cf. similar sequences listed in A244763.
%Y A244772 Cf. A141887, A141934.
%K A244772 nonn,base
%O A244772 1,1
%A A244772 _Vincenzo Librandi_, Jul 07 2014