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.

A167442 Prime numbers ending in the prime number 11.

This page as a plain text file.
%I A167442 #16 Sep 08 2022 08:45:48
%S A167442 11,211,311,811,911,1511,1811,2011,2111,2311,2411,2711,3011,3511,3911,
%T A167442 4111,4211,5011,5711,6011,6211,6311,6911,7211,7411,8011,8111,8311,
%U A167442 9011,9311,9511,9811,10111,10211,10711,11311,11411,12011,12211,12511,12611
%N A167442 Prime numbers ending in the prime number 11.
%C A167442 Also primes of the form 100*n+11. - _Vincenzo Librandi_, Jul 07 2014
%H A167442 Vincenzo Librandi, <a href="/A167442/b167442.txt">Table of n, a(n) for n = 1..1000</a>
%t A167442 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={1, 1} &] (* _Vincenzo Librandi_, Jul 07 2014 *)
%t A167442 Select[Range[11,20011,100],PrimeQ] (* _Harvey P. Dale_, Nov 09 2014 *)
%o A167442 (Magma) [n: n in PrimesUpTo(15000) | n mod 100 eq 11]; // _Vincenzo Librandi_, Jul 07 2014
%o A167442 (PARI) select(x->(x % 100)==11, primes(2000)) \\ _Michel Marcus_, Jul 07 2014
%Y A167442 Cf. A101471.
%Y A167442 Cf. similar sequences listed in A244763.
%K A167442 base,nonn
%O A167442 1,1
%A A167442 _Mark A. Thomas_, Nov 03 2009