Can anyone help me how to make a function which takes an integer n > 0 and returns the list of integers in Line of Pascal's Triangle. For examples, pascalLine 4 -> [1,4,6,4,1] pascalLine 7 -> [1,7,21,35,35,21,7,1]