l = ['13' + '3'*i for i in range(int(input()))] print(' '.join(l))