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.

A244775 Prime numbers ending in the prime number 79.

This page as a plain text file.
%I A244775 #17 Sep 08 2022 08:46:08
%S A244775 79,179,379,479,1279,1579,1879,1979,2179,2579,2879,3079,3779,4079,
%T A244775 4679,5179,5279,5479,5779,5879,6079,6379,6679,6779,7079,7879,8179,
%U A244775 8779,9479,9679,10079,10979,11279,11579,11779,12379,12479,12979,13679,13879
%N A244775 Prime numbers ending in the prime number 79.
%C A244775 Also primes of the form 100*n+79. Subsequence of A141887, A141930.
%H A244775 Vincenzo Librandi, <a href="/A244775/b244775.txt">Table of n, a(n) for n = 1..1000</a>
%t A244775 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={7, 9} &]
%t A244775 Select[Prime[Range[2000]],Mod[#,100]==79&] (* _Harvey P. Dale_, Nov 29 2017 *)
%o A244775 (Magma) [n: n in PrimesUpTo(14000) | n mod 100 eq 79];
%o A244775 (PARI) select(x->(x % 100)==79, primes(2000)) \\ _Michel Marcus_, Jul 07 2014
%Y A244775 Cf. similar sequences listed in A244763.
%Y A244775 Cf. A141887, A141930.
%K A244775 nonn,base
%O A244775 1,1
%A A244775 _Vincenzo Librandi_, Jul 07 2014