Created
September 2, 2009 01:39
-
-
Save abuiles/179488 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
(n + 1) × (n + 1)! + (n + 1)! − 1 | |
... | |
= (n + 1)! × ((n + 1) + 1) − 1 ( Como llegan aqui ?... se sabe que (n+1)! = n! (n+1) ) | |
..... | |
= | |
(n + 2)! − 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment