<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>smoking186</author_name>
  <author_url>https://blog.hatena.ne.jp/smoking186/</author_url>
  <blog_title>186 @ hatenablog</blog_title>
  <blog_url>https://186.hatenablog.com/</blog_url>
  <categories>
    <anon>CS</anon>
    <anon>Project Euler</anon>
  </categories>
  <description>2/9を終えたところ. nが341550071728321未満のときまでは素数判定がO(log^3 n)か. Miller-Rabinテストはやっぱり偉いんだなー. ところで本業の方をschemeで書くという暴挙はどうだろう. LLLとか実装すんの. 大変そう. ;Refs:http://www.ice.nuie.nagoya-u.ac.jp/~h003149b/lang/miller.html (define (decomposition-k&amp;q n) ;n=q 2^k (let loop [(k 0) (q n)] (if (even? q) (loop (+ k 1) (/ q 2)) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F186.hatenablog.com%2Fentry%2F20080222%2F1203611635&quot; title=&quot; 素数判定 - 186 @ hatenablog&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>2008-02-22 01:33:55</published>
  <title> 素数判定</title>
  <type>rich</type>
  <url>https://186.hatenablog.com/entry/20080222/1203611635</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
