# Enter your code here. Read input from STDIN. Print output to STDOUT N = int(raw_input()) for i in range(0,N): print i**2