week-k-total-is-28-plus-7k

Status: IN

Each 0-indexed complete week `k` contributes exactly `28 + 7k` to the total; the formula sums this series as `28W + 7·W(W-1)/2` where `W` is the number of complete weeks.

Source: entries/2026/06/06/calculate-money-in-leetcode-bank-solution.md

JSON