<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>素因数分解まで出来ちゃいました、素因数分解から組み合わせ(部分集合の集合)を求めて再び約数に挑戦します。 組み合わせ 確か練習問題(2.32)にあったなぁと思いつつ。SICPをめくる。あぁ、全然理解できなかった奴だ・・・。頑張って理解しよう。ちょっと汚いけど、コメントしておく。 ; 0. (subsets '(1 2 3))の時、 (define (subsets s) (if (null? s) ; 3. 最後まで辿り着いたら '(())を返して (list '()) ; 2. cdrダウン (let ((rest (subsets (cdr s)))) ; 4. 下から拾ってきたリストとa…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20071213%2F1197516481&quot; title=&quot; リスト修行 約数のリスト(2) - ボクノス&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>2007-12-13 12:28:01</published>
  <title> リスト修行 約数のリスト(2)</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20071213/1197516481</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
