Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sh2aliyev/notes/llms.txt
Use this file to discover all available pages before exploring further.
Overview
A method for finding the sum of an arithmetic series inO(1) time.
Formula
-
i: First term. -
j: Last term. -
n: Number of terms.d: Common difference (the step between terms).- e.g., in
2, 4, 6, 8the step is2, sod = 2.
- e.g., in