{"id":19730247,"url":"https://github.com/bugdaryan/fibonaccisequence","last_synced_at":"2026-05-01T20:32:47.841Z","repository":{"id":113576732,"uuid":"178580594","full_name":"bugdaryan/FibonacciSequence","owner":"bugdaryan","description":"Program that gets sequence of Fibonacci from specified start and specified count","archived":false,"fork":false,"pushed_at":"2019-03-30T17:45:41.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T03:26:27.768Z","etag":null,"topics":["dotnet-core","fibonacci-sequence"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugdaryan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-03-30T16:03:35.000Z","updated_at":"2019-04-05T14:33:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"db5d751e-1ca2-44ee-8379-e9b3c096e22e","html_url":"https://github.com/bugdaryan/FibonacciSequence","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bugdaryan/FibonacciSequence","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugdaryan%2FFibonacciSequence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugdaryan%2FFibonacciSequence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugdaryan%2FFibonacciSequence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugdaryan%2FFibonacciSequence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugdaryan","download_url":"https://codeload.github.com/bugdaryan/FibonacciSequence/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugdaryan%2FFibonacciSequence/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["dotnet-core","fibonacci-sequence"],"created_at":"2024-11-12T00:15:41.435Z","updated_at":"2026-05-01T20:32:47.807Z","avatar_url":"https://github.com/bugdaryan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fibonacci Sequence\nProgram that gets sequence of Fibonacci from specified start and specified count\n\n#### Usage\n##### Run from terminal/bash\n  1. Go to project directory\n  2. Open terminal/bash in that directory\n  3. type\n        * dotnet run \u003c start index \u003e \u003c count \u003e (this will print first \u003ccount\u003e numbers of Fibonacci sequence started from \u003cstart index\u003e)\n        * dotnet run \u003c count \u003e (this will print first \u003ccount\u003e numbers of Fibonacci sequence)\n        * dotnet run (this will print first 100 elements of Fibonacci sequence)\n\n##### Run from code\nFunction signature is\n~~~csharp\npublic static IEnumerable\u003cBigInteger\u003e FibonacciSequence();\n~~~\n\n#### Examples\n~~~csharp\nvar fibs = FibonacciSequence();\nforeach(var num in fibs.Skip(10).Take(20))\n{\n    Console.WriteLine(num);\n}\n~~~\n~~~csharp\nvar fibs = FibonacciSequence();\nBigInteger sum = fibs.Take(n).Aggregate((sum,num) =\u003e sum+=num);\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugdaryan%2Ffibonaccisequence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugdaryan%2Ffibonaccisequence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugdaryan%2Ffibonaccisequence/lists"}