proposed
approved
proposed
approved
editing
proposed
editing
proposed
Union of A061238, A061240, A061241 and 3. - Ya-Ping Lu, Jan 03 2024
(Python) from sympy import isprime, primerange; [print(p, end = ', ') for p in primerange(2, 570) if isprime(p%9)] # Ya-Ping Lu, Jan 03 2024
approved
editing
editing
approved
Select[Prime[Range[200]], PrimeQ[Mod[#, 9]]&] (* Harvey P. Dale, Aug 20 2017 *)
approved
editing
Extended by Robert G. Wilson v, Klaus Brockhaus and _Rick L. Shepherd (rshepherd2(AT)hotmail.com), _, Dec 27 2002
Extended by _Robert G. Wilson v (rgwv(AT)rgwv.com), __, _Klaus Brockhaus_ and Rick L. Shepherd (rshepherd2(AT)hotmail.com), Dec 27 2002
Extended by Robert G. Wilson v (rgwv(AT)rgwv.com), _Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) _ and Rick L. Shepherd (rshepherd2(AT)hotmail.com), Dec 27 2002