<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yarb</author_name>
  <author_url>https://blog.hatena.ne.jp/yarb/</author_url>
  <blog_title>yarbの日記</blog_title>
  <blog_url>https://yarb.hatenadiary.org/</blog_url>
  <categories>
    <anon>euler</anon>
    <anon>clojure</anon>
  </categories>
  <description>プロジェクトオイラー35問目。123、231、312みたいにグルグル回した数字がすべて素数であるものを100万以下のものについて求めよ。 (defn prime? [n] (cond (&gt; 2 n) false (== 2 n) true (even? n) false (not-any? zero? (map #(rem n %) (range 3 (inc (Math/sqrt n))))) true :else false)) (defn rot-numbers [n] &quot;Returns the rotations of n. ex) 123 -&gt; 123,231,312&quot; (let […</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyarb.hatenadiary.org%2Fentry%2F20100812%2Fp1&quot; title=&quot;プロジェクトオイラー35問目 - yarbの日記&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>2010-08-12 00:00:00</published>
  <title>プロジェクトオイラー35問目</title>
  <type>rich</type>
  <url>https://yarb.hatenadiary.org/entry/20100812/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
