<?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>プログラミング</anon>
  </categories>
  <description>各桁が異なる自然数について（2）の続きです。すべての東工大数の平方の和を考えましょう。 平方なので各桁ごとに和を取るというわけにもいきません。ここでは分割統治法を使ってみます。例えば1〜5を1回ずつ使った5桁の数の平方の総和を考えます。120個ありますね。5桁を2つに2桁と3桁にわけます。そして上の2桁は1, 2、下の3桁は3, 4, 5を使うとします。この分け方は10通りあります。これを単純に計算すると、 123452 = 122 * 106 + 2 * 12 * 345 * 103 + 3452 123542 = 122 * 106 + 2 * 12 * 354 * 103 + 3542 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finamori.hateblo.jp%2Fentry%2F20130112%2Fp1&quot; title=&quot;各桁が異なる自然数について（3） - 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>2013-01-12 00:00:00</published>
  <title>各桁が異なる自然数について（3）</title>
  <type>rich</type>
  <url>https://inamori.hateblo.jp/entry/20130112/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
