<?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>PE</anon>
    <anon>数学</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>Problem 75 （前略）Lをワイヤーの長さとして、L ≤ 1,500,000が唯一つの辺の長さが整数の直角三角形を成すLの個数を求めよ。 http://projecteuler.net/index.php?section=problems&amp;id=75 ピタゴラス数の生成式を使うと周の長さは a + b + c = 2lm(m+n) となり、m + n -&gt; nと置き換えて、 L = 2lmn m ≤ n ≤ 2m m, nは互いに素 nは奇数 となります。だから、Lを素因数分解して約数を出して条件に合うものを選べば、Lになる直角三角形を数えることができます（Code1）。ただし、非常に遅…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finamori.hateblo.jp%2Fentry%2F20100212%2Fp1&quot; title=&quot;Project Euler 75 - 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>2010-02-12 00:00:00</published>
  <title>Project Euler 75</title>
  <type>rich</type>
  <url>https://inamori.hateblo.jp/entry/20100212/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
