I'm looking to re-create an XL tool I have (which uses VBA For/Next loops) in Alteryx.
Given a set of A values, of size n, I need to calculate B and C, where:

I've got a solution for calculating B (using a variety of indexing, appending, and multi-row formulae), but I'm wondering how best to proceed with a solution for C.
Is what I'm looking to achieve possible with (dynamic range) multi-row formulae? Should I be looking into batch macros instead?
Assistance would be appreciated.