61 lines
2.1 KiB
HTML
61 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>thematdev</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="/static/css/fonts.css">
|
|
<link rel="stylesheet" href="/static/css/teststyle.css">
|
|
<script>
|
|
MathJax = {
|
|
tex: {
|
|
inlineMath: [['$', '$'], ['\\(', '\\)']]
|
|
},
|
|
svg: {
|
|
fontCache: 'global'
|
|
}
|
|
};
|
|
</script>
|
|
<script rel=preload type="text/javascript" id="MathJax-script" async
|
|
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<!--
|
|
<div class="headline">
|
|
About me
|
|
</div>
|
|
-->
|
|
<div class="intro">
|
|
<h1> About me </h1>
|
|
|
|
<div class="monotext">
|
|
<p>19 y.o maths student from Moscow, studying at Independent University of Moscow and Moscow Institute of Physics and
|
|
Technology.</p>
|
|
<p>Interested in number theory and arithmetic geometry.</p>
|
|
<p> Minimalist and privacy enthusiast. </p>
|
|
<p> Last update: 14.10.2025 </p>
|
|
</div>
|
|
|
|
<!--
|
|
<div class="monotext">
|
|
<div class="mathformula">
|
|
$\displaystyle \frac{1}{\pi} = \frac{2 \sqrt{2}}{9801} \sum^{\infty}_{k=0}{\frac{(4k)! (1103 + 26390k)}{(k!)^4 396^{4k}}}$
|
|
</div>
|
|
<div class="mathformula">
|
|
$\displaystyle \sum_{n \leqslant x} \Omega(n) = x\log \log x + B_2x + o(x)$
|
|
</div>
|
|
<div class="mathformula">
|
|
$\displaystyle \sum_{n \leqslant x} \omega(n) = x\log \log x + B_1 x + o(x)$
|
|
</div>
|
|
<div class="mathformula">
|
|
$\displaystyle \sum_{p \leq x} \frac 1p = \log \log x + M + o(1)$.
|
|
</div>
|
|
</div>
|
|
<button type="button" class="btn-tex">
|
|
$\displaystyle \TeX$
|
|
</button>
|
|
-->
|
|
</div>
|
|
</body>
|
|
</html>
|