{"id":20547841,"url":"https://github.com/ghluka/fibonacci-sequence","last_synced_at":"2026-04-20T02:33:41.475Z","repository":{"id":229093809,"uuid":"775751758","full_name":"ghluka/Fibonacci-Sequence","owner":"ghluka","description":"🌀 The first 10 terms of the Fibonacci sequence written in various of programming languages.","archived":false,"fork":false,"pushed_at":"2024-09-04T02:11:38.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T05:22:47.800Z","etag":null,"topics":["boilerplate","esolang","esolangs","esoteric","example-code","fibonacci","fibonacci-generator","fibonacci-numbers","fibonacci-sequence","programming-languages"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghluka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-22T01:14:49.000Z","updated_at":"2024-09-04T02:11:42.000Z","dependencies_parsed_at":"2024-04-26T21:47:16.122Z","dependency_job_id":"a9e78310-bf6d-43c1-a4ea-f50a417930e1","html_url":"https://github.com/ghluka/Fibonacci-Sequence","commit_stats":null,"previous_names":["diamond-ore/fibonacci-sequence","lukam-oss/fibonacci-sequence","ghluka/fibonacci-sequence"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghluka/Fibonacci-Sequence","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghluka%2FFibonacci-Sequence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghluka%2FFibonacci-Sequence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghluka%2FFibonacci-Sequence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghluka%2FFibonacci-Sequence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghluka","download_url":"https://codeload.github.com/ghluka/Fibonacci-Sequence/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghluka%2FFibonacci-Sequence/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32030143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","esolang","esolangs","esoteric","example-code","fibonacci","fibonacci-generator","fibonacci-numbers","fibonacci-sequence","programming-languages"],"created_at":"2024-11-16T02:10:51.670Z","updated_at":"2026-04-20T02:33:41.429Z","avatar_url":"https://github.com/ghluka.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌀 Fibonacci Sequence\n\nThe first 10 terms of the Fibonacci sequence written in various programming languages.\n\n[![GitHub license](https://img.shields.io/github/license/diamond-ore/Fibonacci-Sequence)](https://img.shields.io/github/license/diamond-ore/Fibonacci-Sequence)\n\n## 🤔 What is the Fibonacci sequence?\n\nExcerpt from [Wikipedia](https://en.wikipedia.org/wiki/Fibonacci_sequence):\n\n\u003e In mathematics, the **Fibonacci numbers**, commonly denoted $F_n$, form a sequence, the **Fibonacci sequence**, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors start the sequence from 1 and 1 or sometimes (as did Fibonacci) from 1 and 2. Starting from 0 and 1, the first few values in the sequence are: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144.\n\n\u003cimage src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Fibonacci_Spiral.svg/1920px-Fibonacci_Spiral.svg.png\" width=\"400\" alt=\"The Fibonacci spiral: an approximation of the golden spiral created by drawing circular arcs connecting the opposite corners of squares in the Fibonacci tiling\" title=\"Fibonacci Spiral\"\u003e\n\n## 🌳 Similar projects\n\n- [leachim6/hello-world](https://github.com/leachim6/hello-world)\n- [zenware/FizzBuzz](https://github.com/zenware/FizzBuzz)\n- [clarkzjw/one-two-three...infinity](https://github.com/clarkzjw/one-two-three...infinity)\n- [H4ckerxx44/h](https://github.com/H4ckerxx44/h)\n\n## 📥 Contributing\n\nWe welcome contributions, to see our rules and guidelines on contributing please read [CONTRIBUTING.md](CONTRIBUTING.md)\n\n# 🌐 Languages \u003c!-- Languages start --\u003e[71 total]\n\n- [05AB1E](./src/%23/05AB1E)\n- [Ada](./src/A/Ada)\n- [AutoHotkey](./src/A/AutoHotkey)\n- [Bash](./src/B/Bash)\n- [BeanShell](./src/B/BeanShell)\n- [Brat](./src/B/Brat)\n- [C](./src/C/C)\n- [C#](./src/C/C%23)\n- [C++](./src/C/C%2B%2B)\n- [COBOL](./src/C/COBOL)\n- [Carbon](./src/C/Carbon)\n- [Clojure](./src/C/Clojure)\n- [CoffeeScript](./src/C/CoffeeScript)\n- [Ћ++](./src/C/%D0%8B%2B%2B)\n- [D](./src/D/D)\n- [Dart](./src/D/Dart)\n- [Elixir](./src/E/Elixir)\n- [Erlang](./src/E/Erlang)\n- [F#](./src/F/F%23)\n- [Felix](./src/F/Felix)\n- [Fish](./src/F/Fish)\n- [Fortran77](./src/F/Fortran77)\n- [Fortran90](./src/F/Fortran90)\n- [Go](./src/G/Go)\n- [Groovy](./src/G/Groovy)\n- [Haskell](./src/H/Haskell)\n- [Icon](./src/I/Icon)\n- [Java](./src/J/Java)\n- [JavaScript](./src/J/JavaScript)\n- [Julia](./src/J/Julia)\n- [Kotlin](./src/K/Kotlin)\n- [Lisp](./src/L/Lisp)\n- [Lua](./src/L/Lua)\n- [MY BASIC](./src/M/MY%20BASIC)\n- [Mamba](./src/M/Mamba)\n- [Mojo](./src/M/Mojo)\n- [MoonScript](./src/M/MoonScript)\n- [Nim](./src/N/Nim)\n- [Objective C](./src/O/Objective%20C)\n- [Octave](./src/O/Octave)\n- [Odin](./src/O/Odin)\n- [PHP](./src/P/PHP)\n- [Pascal](./src/P/Pascal)\n- [Perl](./src/P/Perl)\n- [PowerShell](./src/P/PowerShell)\n- [Python 2](./src/P/Python%202)\n- [Python 3](./src/P/Python%203)\n- [Q#](./src/Q/Q%23)\n- [R](./src/R/R)\n- [Ruby](./src/R/Ruby)\n- [Rust](./src/R/Rust)\n- [Röda](./src/R/R%C3%B6da)\n- [Scala](./src/S/Scala)\n- [Scheme](./src/S/Scheme)\n- [Scratch](./src/S/Scratch)\n- [Smalltalk](./src/S/Smalltalk)\n- [Snap!](./src/S/Snap%21)\n- [Squirrel](./src/S/Squirrel)\n- [Swift](./src/S/Swift)\n- [Turing](./src/T/Turing)\n- [TypeScript](./src/T/TypeScript)\n- [uBASIC](./src/U/uBASIC)\n- [V](./src/V/V)\n- [Vala](./src/V/Vala)\n- [VisualBasic](./src/V/VisualBasic)\n- [Wolfram Language](./src/W/Wolfram%20Language)\n- [Wren](./src/W/Wren)\n- [XBasic](./src/X/XBasic)\n- [Yabasic](./src/Y/Yabasic)\n- [Zephyr](./src/Z/Zephyr)\n- [Zig](./src/Z/Zig)\n\n\u003c!-- Languages end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghluka%2Ffibonacci-sequence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghluka%2Ffibonacci-sequence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghluka%2Ffibonacci-sequence/lists"}