Asked by Anonymous

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

Answers

Answered by Steve
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
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions