Builds a graph which adds N copies of one variable "in". I.e., a + a + a + ... + a The returned graph is parenthesized ramdonly. I.e., a + ((a + a) + a) (a + a) + (a + a) ((a + a) + a) + a are all possibly generated.
source not stored for this graph (policy: none)