UNPKG

ds-algo-study

Version:

Just experimenting with publishing a package

35 lines (32 loc) 1.64 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="A description of the page and its contents" /> <link rel="stylesheet" href="styles.css" /> <title>Page Title</title> <link rel="stylesheet" href="./../../../assets/style.css" /> <link rel="stylesheet" href="./../../../assets/prism.css" /> <script async src="./../../../assets/prism.js"></script> </head> <body> <h1 id="fibonacci-number">Fibonacci Number</h1> <p>In mathematics, the Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, and characterized by the fact that every number after the first two is the sum of the two preceding ones:</p> <p><code>0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...</code></p> <p>A tiling with squares whose side lengths are successive Fibonacci numbers</p> <figure> <img src="https://upload.wikimedia.org/wikipedia/commons/d/db/34%2A21-FibonacciBlocks.png" alt="Fibonacci" /> <figcaption>Fibonacci</figcaption> </figure> <p>The Fibonacci spiral: an approximation of the golden spiral created by drawing circular arcs connecting the opposite corners of squares in the Fibonacci tiling;[4] this one uses squares of sizes 1, 1, 2, 3, 5, 8, 13 and 21.</p> <figure> <img src="https://upload.wikimedia.org/wikipedia/commons/2/2e/FibonacciSpiral.svg" alt="Fibonacci Spiral" /> <figcaption>Fibonacci Spiral</figcaption> </figure> <p>Fibonacci_number)</p> </body> </html>