Constructing Lists: Alternating accumulation?
- To: mathgroup at smc.vnet.net
- Subject: [mg98478] Constructing Lists: Alternating accumulation?
- From: mediatalk <nick.maj at mssm.edu>
- Date: Fri, 10 Apr 2009 04:57:44 -0400 (EDT)
problem: data: start = 0; a = 3; b = 2; cutoff = 16; needed output: {0, 3, 5, 8, 10, 13, 15} a different start value must shift the entire list accordingly. how to? thanks in advance, nick.