login

Revision History for A215167

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Primes congruent to {2, 5} mod 11.
(history; published version)
#5 by Charles R Greathouse IV at Thu Sep 08 08:46:03 EDT 2022
PROG

(MAGMAMagma) [ p: p in PrimesUpTo(1500) | p mod 11 in {2, 5} ];

Discussion
Thu Sep 08
08:46
OEIS Server: https://oeis.org/edit/global/2944
#4 by Joerg Arndt at Mon Aug 06 04:31:31 EDT 2012
STATUS

proposed

approved

#3 by Vincenzo Librandi at Mon Aug 06 03:48:29 EDT 2012
STATUS

editing

proposed

#2 by Vincenzo Librandi at Mon Aug 06 03:48:21 EDT 2012
NAME

allocated for Vincenzo LibrandiPrimes congruent to {2, 5} mod 11.

DATA

2, 5, 13, 71, 79, 101, 137, 167, 181, 211, 233, 269, 277, 313, 379, 401, 409, 431, 467, 541, 563, 577, 599, 607, 643, 673, 709, 739, 761, 797, 827, 863, 907, 929, 937, 1039, 1061, 1069, 1091, 1171, 1193, 1201, 1223, 1237, 1259, 1289, 1303, 1399, 1487

OFFSET

1,1

LINKS

Vincenzo Librandi, <a href="/A215167/b215167.txt">Table of n, a(n) for n = 1..1000</a>

MATHEMATICA

Select[Prime[Range[1500]], MemberQ[{2, 5}, Mod[#, 11]]&]

PROG

(MAGMA) [ p: p in PrimesUpTo(1500) | p mod 11 in {2, 5} ];

CROSSREFS
KEYWORD

allocated

nonn,easy

AUTHOR

Vincenzo Librandi, Aug 06 2012

STATUS

approved

editing

#1 by Vincenzo Librandi at Sun Aug 05 01:23:03 EDT 2012
NAME

allocated for Vincenzo Librandi

KEYWORD

allocated

STATUS

approved