Skip to content

Instantly share code, notes, and snippets.

@JayBazuzi
Last active August 1, 2017 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayBazuzi/d51c7d40bbd838ed38fb77916968f0c9 to your computer and use it in GitHub Desktop.
Save JayBazuzi/d51c7d40bbd838ed38fb77916968f0c9 to your computer and use it in GitHub Desktop.
factorial ratio
1
2 2x
3 1.5x
5 1.7x
8 1.6x
13 1.6x
20 1.5x
40 2x
100 2.5x
factorial power of two
1 1
2 2
3 4
5
8 8
13 16
20 32
40 64
100 128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment