Status: IN
The three Tribonacci base cases T(0)=0, T(1)=1, T(2)=1 are handled via early returns before the loop, so the loop range `3..n` never executes for n < 3.
Source: entries/2026/06/06/n-th-tribonacci-number-solution.md
JSON