N,K=map(int,input().split()) u=K*K+K*(N-2) A=[1+K,u+K]+[1]*(N-2) print(*A)