I have a list
a_list = [1,2,3,4]
code required to solve the problem
new_list = [1, 1*2, 1*3, 2*3, 2*4, 3*4]
I