<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ayato0211</author_name>
  <author_url>https://blog.hatena.ne.jp/ayato0211/</author_url>
  <blog_title>(define -ayalog '())</blog_title>
  <blog_url>https://ayato.hateblo.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>いや、遊んでたら普通に昨日の記録超えた…。 console.time('xxx'); var max = 0, val, result; function collatz2(n){ var m = n, count = 0; while(m !== 1){ count++; m = (m &amp; 1) ? (m&lt;&lt;1)+m+1 : m &gt;&gt; 1; } return count; } for(var i=2; i&lt;=100001; i++){ val = collatz2(i); if(val &gt; max){ max = val; result = i; } } console.log(result…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fayato.hateblo.jp%2Fentry%2F20141117%2F1416232930&quot; title=&quot;コラッツの問題その2 - (define -ayalog &amp;#39;())&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-11-17 23:02:10</published>
  <title>コラッツの問題その2</title>
  <type>rich</type>
  <url>https://ayato.hateblo.jp/entry/20141117/1416232930</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
