<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ykmbpp</author_name>
  <author_url>https://blog.hatena.ne.jp/ykmbpp/</author_url>
  <blog_title>YKMbPP</blog_title>
  <blog_url>https://ykmbpp.hatenadiary.org/</blog_url>
  <categories>
    <anon>数学の再勉強</anon>
  </categories>
  <description>階乗（Factorial） ※3! = 3*2*1 ※0!は1 // factorial n! public static long factorial(int n) { if (n&lt;=1) return 1; else return n * factorial(n-1); } 順列（Permutation）：並べる順番を区別する nPm = n!/(n-m)! 証明）abcdeから３つ取って一列に並べる n=5,m=3 5*4*3 = 5!/2! = 5!/(5-3)!例）abcを一列に並べる（＝つまりabcから三個とって一列に並べる） 3*2*1 = 3! = 3!/(3-3)! 組合せ（…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fykmbpp.hatenadiary.org%2Fentry%2F20080726%2F1217100530&quot; title=&quot;階乗・順列・組合せ - YKMbPP&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-07-26 04:28:50</published>
  <title>階乗・順列・組合せ</title>
  <type>rich</type>
  <url>https://ykmbpp.hatenadiary.org/entry/20080726/1217100530</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
