Open
Description
From google spreadsheet which no one reads X-(
sage: sum(lcm(10,x), x, 1, 10) # Incorrect
550
sage: sum([lcm(10,i) for i in xrange(1,11)]) # Correct
320
CC: @kcrisman @sagetrac-kbaut @sagetrac-jakobkroeker
Component: symbolics
Stopgaps: todo
Issue created by migration from https://trac.sagemath.org/ticket/15497