Yes, with Maths and a map
>>> MULTVAL = (1.001**1000) >>> output = [*map(lamdba x: x*MULTVAL, range(10000))]