<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MikuHatsune</author_name>
  <author_url>https://blog.hatena.ne.jp/MikuHatsune/</author_url>
  <blog_title>驚異のアニヲタ社会復帰の予備</blog_title>
  <blog_url>https://mikuhatsune.hatenadiary.com/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>アニメ</anon>
    <anon>数学</anon>
  </categories>
  <description>ごちうさ10話で、ココアが素数を数えている。 9649, 9661, 9677, 9679, 9689, 9697, 9719, と1192〜1198番目の素数を数えている。 素数ひとつあたり1〜2秒かかるとしても、1時間もかからないので勉強する時間はそんなに減ってない。 勝負して勝てるかどうかは知らん。 # 10000までの自然数が素数かどうか調べる prime_n &lt;- function(n){ !any(n %% tail(seq(sqrt(n)), -1) == 0) } n &lt;- 2:10000 res &lt;- mapply(function(x) prime_n(x), 2:1000…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmikuhatsune.hatenadiary.com%2Fentry%2F20140622%2F1403435257&quot; title=&quot;素数を数える - 驚異のアニヲタ社会復帰の予備&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-06-22 20:07:37</published>
  <title>素数を数える</title>
  <type>rich</type>
  <url>https://mikuhatsune.hatenadiary.com/entry/20140622/1403435257</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
