Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Glossary “fibonacci-numbers” #108

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
5 changes: 5 additions & 0 deletions src/doc/reference/glossary/fibonacci-numbers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: layouts/page.njk
title: Fibonacci numbers
---
The __*Fibonacci numbers*__ are the sequence $\langle 0, 1, 2, 3, 5, 8, 13, 21, 34, \ldots \rangle$. The sequence starts with $\langle 0, 1 \rangle$, and each subsequent number is the sum of the previous two.