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!)
A178385 Primes p such that q*p+-Mod(p,q) are primes, for q=4. 4
11, 19, 59, 151, 331, 359, 439, 499, 571, 599, 1019, 1039, 1279, 1319, 1451, 1871, 2131, 2179, 2251, 2459, 2819, 3119, 3251, 3539, 3659, 3911, 4231, 4679, 5099, 5351, 5519, 6199, 6211, 6599, 6871, 6991, 7639, 7759, 8179, 8999, 9391, 9739, 10211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
4*11=44+-3->primes,..
LINKS
MATHEMATICA
q=4; lst={}; Do[p=Prime[n]; If[PrimeQ[q*p-Mod[p, q]]&&PrimeQ[q*p+Mod[p, q]], AppendTo[lst, p]], {n, 7!}]; lst
Select[Prime[Range[1500]], AllTrue[4#+{Mod[#, 4], -Mod[#, 4]}, PrimeQ]&] (* Harvey P. Dale, Aug 16 2021 *)
CROSSREFS
Sequence in context: A139829 A138355 A265802 * A139602 A080789 A057770
KEYWORD
nonn
AUTHOR
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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)