<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shogonir</author_name>
  <author_url>https://blog.hatena.ne.jp/shogonir/</author_url>
  <blog_title>shogonir blog</blog_title>
  <blog_url>https://blog.shogonir.jp/</blog_url>
  <categories>
    <anon>アルゴリズム</anon>
    <anon>最適化</anon>
    <anon>フィボナッチ数列</anon>
    <anon>数学</anon>
  </categories>
  <description>目次 フィボナッチ数列 ビネの公式 計算誤差について 計算の工夫 最終的な計算時間 サンプルコード 1. フィボナッチ数列 フィボナッチ数列は、イタリアの数学者レオナルド・フィボナッチの名前をとって名付けられた数列です。 数列の決まりは、「ある項は、1つ前の項と2つ前の項の和である」というシンプルなものです。 数式にすると下記のようになります。 $$ F(k) = \left\{ \begin{array}{} 0 &amp; ( k = 0) \\ 1 &amp; ( k = 1) \\ F(k - 1) + F(k - 2) &amp; ( k \geq 2) \end{array} \right. $$ このシ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.shogonir.jp%2Fentry%2F2018%2F06%2F09%2F023633&quot; title=&quot;フィボナッチ数列の第k項をO(log n)で計算しようとしたけど難しかった話 - shogonir blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/s/shogonir/20180429/20180429121139.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-06-09 02:36:33</published>
  <title>フィボナッチ数列の第k項をO(log n)で計算しようとしたけど難しかった話</title>
  <type>rich</type>
  <url>https://blog.shogonir.jp/entry/2018/06/09/023633</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
