| 1 | initial version |
I found my own answer based on a related question, here is how I can do the same:
[(n,4*n^2 + 3) for n in range(51)]
Maybe I can find more ways to generate such sequences, maybe using lambda / "pure functions"
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.