First time here? Check out the FAQ!
answered 2013-08-06 11:42:24 +0100
List comprehensions are usually clearer than map/lambda where applicable:
[EllipticCurve([0,0,0,-d^2,0]).lseries().dokchitser()(1) for d in range(1, n+1, 2)]