Is there a mathematical term for an algorithm the weight of an element grow every addition, for example, if the range is 1 to 5, it would generate an array of:
[code:lit]
[1,2,2,3,3,3,4,4,4,4,5,5,5,5,5]]
[/code:lit]
[code:lit]
[1,2,2,3,3,3,4,4,4,4,5,5,5,5,5]]
[/code:lit]