proposed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
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