<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shawshank99</author_name>
  <author_url>https://blog.hatena.ne.jp/shawshank99/</author_url>
  <blog_title>にょきにょきブログ</blog_title>
  <blog_url>https://aoking.hatenablog.jp/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>1桁の数字を10個、2桁の数字を10個、3桁の数字を10個、というようなリストが欲しい。以下のコードでOK. for( int i=1; i&lt;10000; i = i + (int)Math.pow(10, String.valueOf(i).length()-1)) { System.out.println(i); } 実行結果 1 2 3 4 5 6 7 8 9 10 20 30 40 50 60 70 80 90 100 200 300 400 500 600 700 800 900 1000 2000 3000 4000 5000 6000 7000 8000 9000 うむ。 ところ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faoking.hatenablog.jp%2Fentry%2F20110805%2F1312502046&quot; title=&quot; [1,2,3,...,9,10,20,30,...90,100,200,300,...] みたいなリストが欲しい - にょきにょきブログ&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>2011-08-05 08:54:06</published>
  <title> [1,2,3,...,9,10,20,30,...90,100,200,300,...] みたいなリストが欲しい</title>
  <type>rich</type>
  <url>https://aoking.hatenablog.jp/entry/20110805/1312502046</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
