Skip to content

Instantly share code, notes, and snippets.

@plaidfinch
Last active January 4, 2016 14:49
Show Gist options
  • Save plaidfinch/8637051 to your computer and use it in GitHub Desktop.
Save plaidfinch/8637051 to your computer and use it in GitHub Desktop.
> take 7 pascalLists
[[1],
[1, 1],
[1, 2, 1],
[1, 3, 3, 1],
[1, 4, 6, 4, 1],
[1, 5, 10, 10, 5, 1],
[1, 6, 15, 20, 15, 6, 1],
[1, 7, 21, 35, 35, 21, 7, 1]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment