Skip to content

Instantly share code, notes, and snippets.

@relrod
Created December 5, 2015 19:31
Show Gist options
  • Save relrod/1a6886ff9346aad9a0f6 to your computer and use it in GitHub Desktop.
Save relrod/1a6886ff9346aad9a0f6 to your computer and use it in GitHub Desktop.
a 0 = 1
a 1 = 2
a n = (4 * (a (n - 1))) - (a (n - 2))
-- what is: a 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment