<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mikeda</author_name>
  <author_url>https://blog.hatena.ne.jp/mikeda/</author_url>
  <blog_title>mikedaの日記</blog_title>
  <blog_url>https://mikeda.hatenablog.com/</blog_url>
  <categories>
    <anon>ruby</anon>
  </categories>
  <description>http://code.nanigac.com/source/view/709 def primeList num return [] if num &lt; 2 arr = (2..num).to_a primes = [] begin primes &lt;&lt; (p = arr.shift) arr.reject!{|i| i%p == 0} end while p**2 &lt; arr.last primes + arr end puts primeList(100) ほんとにこれでだいじょうぶなのか・・・</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmikeda.hatenablog.com%2Fentry%2F20090131%2F1233419337&quot; title=&quot;n以下の素数のリストを作る - mikedaの日記&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>2009-01-31 01:28:57</published>
  <title>n以下の素数のリストを作る</title>
  <type>rich</type>
  <url>https://mikeda.hatenablog.com/entry/20090131/1233419337</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
