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.

A244765 Prime numbers ending in the prime number 19.

This page as a plain text file.
%I A244765 #15 Sep 08 2022 08:46:08
%S A244765 19,419,619,719,919,1019,1319,1619,2719,2819,3019,3119,3319,3719,3919,
%T A244765 4019,4219,4519,4919,5119,5419,5519,6619,6719,7019,7219,7919,8219,
%U A244765 8419,8719,8819,9319,9419,9619,9719,11119,11519,11719,12119,12619,12919,13219
%N A244765 Prime numbers ending in the prime number 19.
%C A244765 Also primes of the form 100*n+19. Subsequence of A141887, A141942.
%H A244765 Vincenzo Librandi, <a href="/A244765/b244765.txt">Table of n, a(n) for n = 1..1000</a>
%t A244765 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={1, 9} &]
%t A244765 Select[Prime[Range[1600]],Mod[#,100]==19&] (* _Harvey P. Dale_, Jul 29 2018 *)
%o A244765 (Magma) [n: n in PrimesUpTo(16000) | n mod 100 eq 19];
%o A244765 (PARI) select(x->(x % 100)==19, primes(2000)) \\ _Michel Marcus_, Jul 06 2014
%Y A244765 Cf. A141887, A141942.
%Y A244765 Cf. similar sequences listed in A244763.
%K A244765 nonn,base,easy
%O A244765 1,1
%A A244765 _Vincenzo Librandi_, Jul 06 2014