We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5adfce commit ca43c00Copy full SHA for ca43c00
19_pascal/README.md
@@ -9,7 +9,7 @@ also be said to be `0, 1, 0`
9
First row: `[1]`
10
Second row: `[0+1, 1+0]` or simply `[1, 1]`
11
Third row: `[0+1, 1+1, 1+0]` or simply `[1, 2, 1]`
12
-Fourth row: `[0+1, 1+2, 2+1, 1+0]` or simply `[1, 2, 2, 1]`
+Fourth row: `[0+1, 1+2, 2+1, 1+0]` or simply `[1, 3, 3, 1]`
13
...
14
15
The pattern continues forever.
0 commit comments