<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inamori</author_name>
  <author_url>https://blog.hatena.ne.jp/inamori/</author_url>
  <blog_title>inamori’s diary</blog_title>
  <blog_url>https://inamori.hateblo.jp/</blog_url>
  <categories>
    <anon>数学</anon>
    <anon>Python</anon>
  </categories>
  <description>プロジェクトオイラー http://projecteuler.net/ Q240. 12面あるサイコロを20個振って、目の上位10個の和が70になる場合の数はいくつか。 70の10個への分割を生成するジェネレータを作ればよい。重複しないように、降順のものを出し、例えば例にあるような6,5,4なら6倍する。そして、残りは4の2乗、と言いたいところだが、それだと重複するので、6,5,4のあとは3以下、6,5,4,4のあとは3以下、6,5,4,4,4と分ける。気になったのは、0 ** 0の計算が出てくることだが、Pythonでは1になるので、問題なかった。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finamori.hateblo.jp%2Fentry%2F20090801%2Fp1&quot; title=&quot;Project Euler 240 - inamori’s diary&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-08-01 00:00:00</published>
  <title>Project Euler 240</title>
  <type>rich</type>
  <url>https://inamori.hateblo.jp/entry/20090801/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
