<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>amachang</author_name>
  <author_url>https://blog.hatena.ne.jp/amachang/</author_url>
  <blog_title>IT戦記</blog_title>
  <blog_url>https://amachang.hatenablog.com/</blog_url>
  <categories>
    <anon>人生</anon>
  </categories>
  <description>こんな感じ？ 12345679 * 9 = 111111111この値ってなんで 8 が消えたんだろうと思って、色々 1111... となる数を割ってみたりしてたら、次のプログラムで 12345679 っていう数字を発見することができた。 var n = 0; for (var i = 1; i &lt;= 10; i ++) { n = n * 10 + i; console.log(n); } こうやっていくと i が 10 のときの n の値、つまり、 123456789 の次が 1234567900 になる ちなみに、上の for 文の中で n * 9 + i + 1 を計算すると以下のように…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Famachang.hatenablog.com%2Fentry%2F20070925%2F1190753733&quot; title=&quot; 8 も不思議だけど 12345679 (8のない並び)も不思議だよねー。 - IT戦記&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-09-25 05:55:33</published>
  <title> 8 も不思議だけど 12345679 (8のない並び)も不思議だよねー。</title>
  <type>rich</type>
  <url>https://amachang.hatenablog.com/entry/20070925/1190753733</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
