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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A167442 Prime numbers ending in the prime number 11. 6
11, 211, 311, 811, 911, 1511, 1811, 2011, 2111, 2311, 2411, 2711, 3011, 3511, 3911, 4111, 4211, 5011, 5711, 6011, 6211, 6311, 6911, 7211, 7411, 8011, 8111, 8311, 9011, 9311, 9511, 9811, 10111, 10211, 10711, 11311, 11411, 12011, 12211, 12511, 12611 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also primes of the form 100*n+11. - Vincenzo Librandi, Jul 07 2014
LINKS
MATHEMATICA
Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={1, 1} &] (* Vincenzo Librandi, Jul 07 2014 *)
Select[Range[11, 20011, 100], PrimeQ] (* Harvey P. Dale, Nov 09 2014 *)
PROG
(Magma) [n: n in PrimesUpTo(15000) | n mod 100 eq 11]; // Vincenzo Librandi, Jul 07 2014
(PARI) select(x->(x % 100)==11, primes(2000)) \\ Michel Marcus, Jul 07 2014
CROSSREFS
Cf. A101471.
Cf. similar sequences listed in A244763.
Sequence in context: A196944 A112386 A160693 * A249974 A124991 A176009
KEYWORD
base,nonn
AUTHOR
Mark A. Thomas, Nov 03 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)