Added solution of pr134

This commit is contained in:
2016-10-30 13:26:27 +03:00
parent c9fe637e5b
commit 0dff2bc503
38 changed files with 545 additions and 65 deletions

29
feeds/tag-python.atom.xml Normal file
View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Блог 529</title><link href="http://likemath.ru/" rel="alternate"></link><link href="http://likemath.ru/feeds/tag-python.atom.xml" rel="self"></link><id>http://likemath.ru/</id><updated>2016-10-30T17:40:00+03:00</updated><entry><title>Моё решение задачи 134</title><link href="http://likemath.ru/posts/moio-reshenie-zadachi-134/" rel="alternate"></link><published>2016-10-30T17:40:00+03:00</published><author><name>Алексей Лобанов</name></author><id>tag:likemath.ru,2016-10-30:posts/moio-reshenie-zadachi-134/</id><summary type="html">&lt;p&gt;Краткое условие: назовём &lt;em&gt;порождающим&lt;/em&gt; для двух последовательных простых &lt;span class="math"&gt;\(p_1 &amp;lt; p_2\)&lt;/span&gt; наименьшее натуральное число, что оно закачивается на &lt;span class="math"&gt;\(p_1\)&lt;/span&gt; и при этом делится на &lt;span class="math"&gt;\(p_2\)&lt;/span&gt;. Необходимо найти сумму порождающих для всех &lt;span class="math"&gt;\(p_1 \in \left[ 5; 10^6&amp;nbsp;\right]\)&lt;/span&gt;&lt;/p&gt;
&lt;script type="text/javascript"&gt;if (!document.getElementById('mathjaxscript_pelican_#%@#$@#')) {
var mathjaxscript = document.createElement('script');
mathjaxscript.id = 'mathjaxscript_pelican_#%@#$@#';
mathjaxscript.type = 'text/javascript';
mathjaxscript.src = '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
mathjaxscript[(window.opera ? "innerHTML" : "text")] =
"MathJax.Hub.Config({" +
" config: ['MMLorHTML.js']," +
" TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }," +
" jax: ['input/TeX','input/MathML','output/HTML-CSS']," +
" extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js']," +
" displayAlign: 'center'," +
" displayIndent: '0em'," +
" showMathMenu: true," +
" tex2jax: { " +
" inlineMath: [ ['\\\\(','\\\\)'] ], " +
" displayMath: [ ['$$','$$'] ]," +
" processEscapes: true," +
" preview: 'TeX'," +
" }, " +
" 'HTML-CSS': { " +
" styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: 'black ! important'} }" +
" } " +
"}); ";
(document.body || document.getElementsByTagName('head')[0]).appendChild(mathjaxscript);
}
&lt;/script&gt;</summary><category term="Project Euler"></category><category term="Python"></category><category term="sympy"></category></entry></feed>