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!)
A338394 Primes p such that 8 consecutive primes starting with p are congruent mod 13 to {1,2,3,4,5,6,7,8} respectively 0
5129602609, 40602028559, 69528307577, 129007460609, 236659873633, 322320688171, 371170549153, 390581208473, 441568239503, 651686524243, 761457812389, 807722926973, 855088513163, 855969933859, 977398008289, 1034360135849, 1079253721703 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) {p = 53; for (k = 1, 10, q = p;
while (! isprime (p) ||
(q = nextprime (2 + q)) % 13 != 2 ||
(q = nextprime (2 + q)) % 13 != 3 ||
(q = nextprime (2 + q)) % 13 != 4 ||
(q = nextprime (2 + q)) % 13 != 5 ||
(q = nextprime (2 + q)) % 13 != 6 ||
(q = nextprime (2 + q)) % 13 != 7 ||
(q = nextprime (2 + q)) % 13 != 8 ,
p = p + 26; q = p); print (p ", ");
p = p + 26)};
CROSSREFS
Cf. A206333.
Sequence in context: A227799 A216013 A158726 * A017409 A017529 A321497
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Oct 24 2020
EXTENSIONS
a(11)-a(17) from Daniel Suteu, Oct 25 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 March 29 11:45 EDT 2024. Contains 371278 sequences. (Running on oeis4.)