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

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A340154 Primes p such that p == 5 (mod 6) and p+1 is squarefree. 1
5, 29, 41, 101, 113, 137, 173, 257, 281, 317, 353, 389, 401, 461, 509, 569, 617, 641, 653, 677, 761, 797, 821, 857, 929, 941, 977, 1109, 1181, 1193, 1217, 1229, 1289, 1301, 1361, 1373, 1409, 1433, 1481, 1553, 1613, 1697, 1721, 1877, 1901, 1913, 1973, 2081, 2129 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Clary and Fabrykowski (2004) proved that this sequence is infinite, and that its relative density in the sequence of primes of the form 6*k+5 (A007528) is 4*A/5 = 0.29916465..., where A is Artin's constant (A005596).
LINKS
Stuart Clary and Jacek Fabrykowski, Arithmetic progressions, prime numbers, and squarefree integers, Czechoslovak Mathematical Journal, Vol. 54, No. 4 (2004), pp. 915-927.
EXAMPLE
5 is a term since it is prime, 5 == 5 (mod 6), and 5+1 = 6 = 2*3 is squarefree.
MATHEMATICA
Select[Range[2000], Mod[#, 6] == 5 && PrimeQ[#] && SquareFreeQ[# + 1] &]
CROSSREFS
Intersection of A007528 and A049097.
Sequence in context: A033205 A167742 A107151 * A117746 A156053 A081116
KEYWORD
nonn,easy
AUTHOR
Amiram Eldar, Dec 29 2020
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 December 3 18:52 EST 2023. Contains 367540 sequences. (Running on oeis4.)