Created
January 11, 2019 12:47
-
-
Save edcrypt/51db3bfe2e193ffe8085c184559f926e 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
| seq | | |
seq := OrderedCollection with: 1 with: 1. | |
1 to: 1000 do: [ :n | | |
seq add: (seq last * ((4 * n) + 2)) / (n + 2)]. | |
seq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment