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!)
A297407 Where the prime race among 9k+1, ..., 9k+8 changes leader. 9
2, 167, 191, 419, 461, 563, 587, 617, 677, 761, 857, 881, 929, 1427, 1451, 1607, 1667, 1777, 1823, 1867, 1913, 2351, 2399, 2459, 4127, 4583, 5039, 5087, 5171, 7283, 7349, 7517, 7547, 7643, 7691, 7901, 8681, 8837, 8933, 11243, 11903, 11927 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
V:= <(0$8)>:
lead:= 1:
Res:= NULL:
count:= 0:
p:= 1:
while count < 100 do
p:= nextprime(p);
t:= p mod 9;
V[t]:= V[t]+1;
if V[t] > V[lead] then
lead:= t;
Res:= Res, p;
count:= count+1;
fi
od:
Res; # Robert Israel, Jan 01 2018
CROSSREFS
Sequence in context: A230912 A339009 A139928 * A142602 A200042 A005020
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Dec 29 2017
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 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)