Skip to content

Instantly share code, notes, and snippets.

@butchi
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save butchi/80c7dac5ae344621113f to your computer and use it in GitHub Desktop.

Select an option

Save butchi/80c7dac5ae344621113f to your computer and use it in GitHub Desktop.
yukicoder No.53 悪の漸化式
(* http://yukicoder.me/problems/no/53 *)
a[k_] := 3^k/4^(k - 1)
N[a[100]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment