Generate, explore, and analyze Fibonacci numbers
Generate the Fibonacci sequence with custom parameters
Calculate any specific term in the Fibonacci sequence
F₀ = 0, F₁ = 1, F₂ = 1, F₃ = 2, ...
Check if a number is in the Fibonacci sequence
Enter any positive integer
Explore the connection between Fibonacci and the Golden Ratio
As n increases, Fₙ₊₁/Fₙ approaches the Golden Ratio
where ψ = (1 - √5) / 2 ≈ -0.618
Properties, formulas, and applications of Fibonacci numbers
A sequence where each number is the sum of the two preceding ones.
Consecutive Fibonacci ratios approach the Golden Ratio.
Fibonacci numbers grow exponentially.