Last active
March 18, 2020 10:48
-
-
Save yumyo/9e859b3f5c9da6d61ea382ca3c4f5646 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fibonacci": { | |
"0": 0, | |
"1": 1, | |
"2": 1, | |
"3": 2, | |
"4": 3, | |
"5": 5, | |
"6": 8, | |
"7": 13, | |
"8": 21, | |
"9": 34, | |
"10": 55, | |
"11": 89, | |
"12": 144, | |
"13": 233, | |
"14": 377, | |
"15": 610, | |
"16": 987, | |
"17": 1597, | |
"18": 2584, | |
"19": 4181, | |
"20": 6765, | |
"21": 10946, | |
"22": 17711, | |
"23": 28657 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment