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!)
A178387 Primes p such that q*p+-Mod(p,q) are primes, for q=7. 1
41, 419, 839, 1259, 1889, 2239, 3541, 4801, 5039, 5711, 6229, 7349, 7699, 7741, 9239, 10429, 10891, 11171, 11801, 12809, 13159, 14629, 15889, 16631, 16981, 17891, 18661, 18899, 20089, 21559, 21601, 22651, 22679, 23981, 24989, 25969, 26879 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
7*41=287+-6->primes,..
LINKS
MATHEMATICA
q=7; lst={}; Do[p=Prime[n]; If[PrimeQ[q*p-Mod[p, q]]&&PrimeQ[q*p+Mod[p, q]], AppendTo[lst, p]], {n, 8!}]; lst
Select[Prime[Range[3000]], AllTrue[7#+{Mod[#, 7], -Mod[#, 7]}, PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Feb 13 2019 *)
CROSSREFS
Sequence in context: A124338 A008356 A190421 * A068849 A145293 A196807
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 April 24 19:49 EDT 2024. Contains 371963 sequences. (Running on oeis4.)