OFFSET
1,1
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
Robert G. Wilson v, Letter to N. J. A. Sloane, Aug. 1993
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
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Dec 29 2017
STATUS
approved