Hacker News new | ask | show | jobs
by mlatu 1478 days ago
you could try to prefill first cell with -(A+B), then each cell gets a+b+c and in a loop for (j=0; j<i; j++): (A+A)

but im to lazy to test that