Skip to content

Instantly share code, notes, and snippets.

@is
Created November 29, 2013 17:12
Show Gist options
  • Select an option

  • Save is/7708886 to your computer and use it in GitHub Desktop.

Select an option

Save is/7708886 to your computer and use it in GitHub Desktop.
tiantianaixiyou
S2 = S1 + X
S3 = S2 + XX
S4 = S3 + S3 + X = S3 + S3 + X = 2S3 + X
S5 = S4 + S3 + XX = S4 + S3 + 3X = 3S3 + 3X
S6 = S5 + S4 + XXXX = S5 + 3S3 + 7X = 6S3 + 10X
S7 = S6 + S5 + XXXX = S6 + 3S3 + 7X = 9S3 + 17X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment