the sequence 1,3,6,10,... should be familiar. If it's not, remember it; it will show up frequently.
y = x(x+1)/2
What is the rule for this function? Input 1 and output 1, input 2 and output 3, input 3 and output 6, input 4 and output 10
1 answer