Continued Fraction Expansion
Expand any number into its continued fraction [a₀; a₁, a₂, …].
[3; 7, 15, 1, 292, 1, 1, 1, 2, 1, 3, 1]
About this tool
Repeats x ← 1/(x − ⌊x⌋) up to N terms. Famous patterns: e = [2; 1, 2, 1, 1, 4, …], √2 = [1; 2, 2, 2, …].