Skip to main content
1 of 2

Javascript, 12 Bytes

for(var j=371,s="";j<1333;j+=37){for(i=0;i<13;i++)s+=j.toString(36).replace("100","za");s+="<br>"} 

Try it here