<center> <img src = "https://i.imgsafe.org/96/96dff23960.png" /> </center> # Distribution of Sequence - Weird Results ## 1. What is Equidistribution? From statistics, distribution is nothing but a probability mass function (for discrete random variables) or probability density function (for continuous random variables). For sequences, we use the following defnition. --- #### Definition. - [1] A sequence <img src="http://latex.codecogs.com/gif.latex?\left\{&space;a_n&space;\right\}" title="\left\{ a_n \right\}" align = "center"/> is said to be __equidistributed__ on non degenerate interval <img src="http://latex.codecogs.com/gif.latex?[x,&space;y]" title="[x, y]" align = "center"/> if for any subinterval <img src="http://latex.codecogs.com/gif.latex?[\alpha,&space;\beta]&space;\subset&space;[x,&space;y]" title="[\alpha, \beta] \subset [x, y]" align = "center"/>, we have <center> <img src="http://latex.codecogs.com/gif.latex?\lim_{N&space;\rightarrow&space;\infty}&space;\frac{\&hash;&space;\left\{&space;a_{n}&space;\in&space;[\alpha,&space;\beta]&space;:&space;1&space;\leq&space;n&space;\leq&space;N&space;\right\}}{N}&space;=&space;\frac{\beta&space;-&space;\alpha}{y&space;-&space;x}" title="\lim_{N \rightarrow \infty} \frac{\# \left\{ a_{n} \in [\alpha, \beta] : 1 \leq n \leq N \right\}}{N} = \frac{\beta - \alpha}{y - x}" /> </center> What it means is the following. Considering __more and more terms__ (<img src="http://latex.codecogs.com/gif.latex?N&space;\rightarrow&space;\infty" title="N \rightarrow \infty" />), the __ratio__ of the number of terms inside the subinterval <img src="http://latex.codecogs.com/gif.latex?[\alpha,&space;\beta]" title="[\alpha, \beta]" align = "center"/> to the total <img src="http://latex.codecogs.com/gif.latex?N" title="N" /> should __converge__ to the ratio of length of each subinterval vs total. --- The case when <img src="http://latex.codecogs.com/gif.latex?x&space;=&space;0,&space;y=&space;1" title="x = 0, y= 1" align= "center"/> is of particular interest, since <img src="http://latex.codecogs.com/gif.latex?[0,&space;1]" title="[0, 1]" align = "center"/> is the __unit interval__. Rewriting the definition, we can rewrite as follows. For <img src="http://latex.codecogs.com/gif.latex?\left\{&space;\alpha_n&space;\right\}&space;\subset&space;[0,&space;1]" title="\left\{ \alpha_n \right\} \subset [0, 1]" align = "center"/> and <img src="http://latex.codecogs.com/gif.latex?[\alpha,&space;\beta]&space;\subset&space;[0,&space;1]," title="[\alpha, \beta] \subset [0, 1]," align= "center"/> equidistribution is equivalent to <center> <img src="http://latex.codecogs.com/gif.latex?\lim_{N&space;\rightarrow&space;\infty}&space;\frac{\&hash;&space;\left\{&space;a_n&space;\in&space;[\alpha&space;,\beta]:&space;1&space;\leq&space;n&space;\leq&space;N&space;\right\}}{N}&space;=&space;\beta&space;-&space;\alpha" title="\lim_{N \rightarrow \infty} \frac{\# \left\{ a_n \in [\alpha ,\beta]: 1 \leq n \leq N \right\}}{N} = \beta - \alpha" /> </center> ## 2. Weyl's Criterion ### 2-1. What is the problem? The definition is self-clear and intuitive. The proportion of terms inside the given subinterval should converge to subinterval's length as we consider more and more terms. However, __the problem is that__ Even if we are given a specific sequence (or furthermore closed form expression), __it is hard to analytically solve the equality__ <center> <img src="http://latex.codecogs.com/gif.latex?\alpha&space;\leq&space;a_n&space;\leq&space;\beta" title="\alpha \leq a_n \leq \beta" /> </center> __for all__ <img src="http://latex.codecogs.com/gif.latex?N" title="N" /> (or at least prove the convergence directly). ### 2-2. Weyl's Criterion - A Great Breakthrough <center> <img src = "https://i.imgsafe.org/96/96c8e44d0d.jpeg" height = "300" width = "300"/> </center> [2] In 1916, on his paper [<___On the distribution of numbers modulo 1___>](http://www.fuchs-braun.com/media/3ed54b58b68a224cffff80dffffffff1.pdf) - [3], German Mathematician [Hermann Weyl](https://en.wikipedia.org/wiki/Hermann_Weyl) proved the following ingenious criterion for determination of equidistribution of particular sequence. --- #### Weyl's Criterion. -[4] A sequence of real numbers <img src="http://latex.codecogs.com/gif.latex?\left\{&space;\xi_n&space;\right\}" title="\left\{ \xi_n \right\} \subset [0, 1]" align = "center"/> is equidistributed modulo 1 __if and only if__ for all integers <img src="http://latex.codecogs.com/gif.latex?k&space;\neq&space;0" title="k \neq 0" align = "center"/>, we have <center> <img src="http://latex.codecogs.com/gif.latex?\lim_{N&space;\rightarrow&space;\infty}&space;\frac{1}{N}&space;\sum_{n=1}^{N}&space;e^{2\pi&space;i&space;k&space;\xi_n}&space;=&space;0" title="\lim_{N \rightarrow \infty} \frac{1}{N} \sum_{n=1}^{N} e^{2\pi i k \xi_n} = 0" /> </center> where <img src="http://latex.codecogs.com/gif.latex?i&space;=&space;\sqrt{-1}" title="i = \sqrt{-1}" align = "center"/> is the imaginary number, and modulo 1 implies the fractional part, <center> <img src="http://latex.codecogs.com/gif.latex?\langle&space;\xi_n&space;\rangle&space;=&space;\xi_n&space;-&space;\lfloor&space;\xi_n&space;\rfloor" title="\langle \xi_n \rangle = \xi_n - \lfloor \xi_n \rfloor" /> </center> --- The proof is not difficult (only uses elementary analysis including Riemann integrals), but lengthy enough (including some propositions and corollaries to be stated), so I will just post a [link](https://warwick.ac.uk/fac/sci/maths/undergrad/ughandbook/resources/ma433/2014/weyl.pdf) - [5]. (Believe me it's not hard). What's important of this criterion is the following fact that we are gonna use. ### 2-3. Irrational numbers and Equidistribution - [6] Pick any __irrational__ number <img src="http://latex.codecogs.com/gif.latex?a&space;\in&space;\mathbb{R}" title="a \in \mathbb{R}" /> , and construct a sequence <img src="http://latex.codecogs.com/gif.latex?\left\{&space;\langle&space;n&space;a&space;\rangle&space;\right\}" title="\left\{ \langle n a \rangle \right\}" align = "center"/> , where <center> <img src="http://latex.codecogs.com/gif.latex?\langle&space;na&space;\rangle&space;=&space;na&space;-&space;\lfloor&space;na&space;\rfloor" title="\langle na \rangle = na - \lfloor na \rfloor" /> </center> denotes the fractional part of <img src="http://latex.codecogs.com/gif.latex?na" title="na" /> . Then using <img src="http://latex.codecogs.com/gif.latex?\xi_n&space;=&space;na" title="\xi_n = na" align = "center"/> , the criterion gives <center> <img src="http://latex.codecogs.com/gif.latex?\begin{align*}&space;\left|&space;\sum_{n=1}^{N}&space;e^{2\pi&space;i&space;k&space;\xi_n}&space;\right|&space;&=&space;\left|&space;\sum_{n=1}^{N}&space;e^{2\pi&space;i&space;k&space;n&space;a}&space;\right|&space;\\&space;&=&space;\left|&space;\frac{e^{2\pi&space;i&space;k&space;a}&space;(&space;1&space;-&space;e^{2&space;\pi&space;i&space;N&space;a})}{1&space;-&space;e^{2&space;\pi&space;i&space;k&space;a}}&space;\right|\\&space;&\leq&space;\left|&space;\frac{&space;1&space;-&space;e^{2&space;\pi&space;i&space;N&space;a}}{1&space;-&space;e^{2&space;\pi&space;i&space;a}}&space;\right|&space;\leq&space;\frac{2}{\left|&space;1&space;-&space;e^{2&space;\pi&space;i&space;k&space;a}&space;\right|}&space;\end{align*}" title="\begin{align*} \left| \sum_{n=1}^{N} e^{2\pi i k \xi_n} \right| &= \left| \sum_{n=1}^{N} e^{2\pi i k n a} \right| \\ &= \left| \frac{e^{2\pi i k a} ( 1 - e^{2 \pi i N a})}{1 - e^{2 \pi i k a}} \right|\\ &\leq \left| \frac{ 1 - e^{2 \pi i N a}}{1 - e^{2 \pi i a}} \right| \leq \frac{2}{\left| 1 - e^{2 \pi i k a} \right|} \end{align*}" /> </center> so that <center> <img src="http://latex.codecogs.com/gif.latex?\lim_{N&space;\rightarrow&space;\infty}&space;\frac{1}{N}&space;\sum_{n=1}^{N}&space;e^{2\pi&space;i&space;k&space;\xi_n}&space;=&space;0" title="\lim_{N \rightarrow \infty} \frac{1}{N} \sum_{n=1}^{N} e^{2\pi i k \xi_n} = 0" /> </center> because <img src="http://latex.codecogs.com/gif.latex?|1&space;-&space;e^{2\pi&space;i&space;k&space;a}|&space;\neq&space;0" title="|1 - e^{2\pi i k a}| \neq 0" align = "center"/> (<img src="http://latex.codecogs.com/gif.latex?a" title="a" /> is irrational!) and independent of <img src="http://latex.codecogs.com/gif.latex?N" title="N" /> . So we've showed that <img src="http://latex.codecogs.com/gif.latex?\left\{&space;\langle&space;n&space;a&space;\rangle&space;\right\}" title="\left\{ \langle n a \rangle \right\}" align = "center"/> is equidistributed over <img src="http://latex.codecogs.com/gif.latex?[0,&space;1]" title="[0, 1]" align = "center"/> for any irrational number <img src="http://latex.codecogs.com/gif.latex?a" title="a" /> . ## 3. So where can we use this result? Take <img src="http://latex.codecogs.com/gif.latex?a&space;=&space;\frac{1}{2\pi}" title="a = \frac{1}{2\pi}" align = "center"/> . Then, <center> <img src="http://latex.codecogs.com/gif.latex?\langle&space;na&space;\rangle&space;=&space;\langle&space;\frac{n}{2\pi}&space;\rangle&space;=&space;\frac{n}{2\pi}&space;-&space;\lfloor&space;\frac{n}{2\pi}&space;\rfloor" title="\langle na \rangle = \langle \frac{n}{2\pi} \rangle = \frac{n}{2\pi} - \lfloor \frac{n}{2\pi} \rfloor" /> </center> is equidistributed over <img src="http://latex.codecogs.com/gif.latex?[0,&space;1]" title="[0, 1]" align = "center" /> . Now consider the new sequence <center> <img src="http://latex.codecogs.com/gif.latex?\psi_n&space;=&space;2\pi&space;\langle&space;n&space;a&space;\rangle&space;=&space;n&space;-&space;2\pi&space;\lfloor&space;\frac{n}{2\pi}&space;\rfloor" title="\psi_n = 2\pi \langle n a \rangle = n - 2\pi \lfloor \frac{n}{2\pi} \rfloor" /> </center> This is nothing but <img src="http://latex.codecogs.com/gif.latex?n&space;\mod&space;2\pi" title="n \mod 2\pi" /> . Since it is just __scaling of the equidistributed sequence__, from the definition, we can directly check the inequality holds for any subinterval of <img src="http://latex.codecogs.com/gif.latex?[0,&space;2\pi]" title="[0, 2\pi]" align = "center"/> . Hmm, what function does come to your mind if you loot at <img src="http://latex.codecogs.com/gif.latex?2\pi" title="2\pi" /> ? YES! the <img src="http://latex.codecogs.com/gif.latex?\sin" title="\sin" /> fucntion! ## 3-1. Distribution of sin(n) - [6] What is the actual distribution of <img src="http://latex.codecogs.com/gif.latex?\sin&space;n" title="\sin n" /> where <img src="http://latex.codecogs.com/gif.latex?n&space;=&space;1,&space;2,&space;...&space;\in&space;\mathbb{N}" title="n = 1, 2, ... \in \mathbb{N}" align = "center"/> ? Note that <img src="http://latex.codecogs.com/gif.latex?-1<&space;\sin&space;n&space;<1" title="-1< \sin n <1" align = "center"/> (it can not be -1 or 1). Here the distribution means the probability density function <img src="http://latex.codecogs.com/gif.latex?f(x)" title="f(x)" align = "center"/> over <img src="http://latex.codecogs.com/gif.latex?x&space;\in&space;(-1,&space;1)" title="x \in (-1, 1)" align = "center"/> such that <center> <img src="http://latex.codecogs.com/gif.latex?\int_{-1}^{1}&space;f(x)&space;dx&space;=&space;1" title="\int_{-1}^{1} f(x) dx = 1" /> </center> So the first thing we should do is to find a continuous random variable <img src="http://latex.codecogs.com/gif.latex?X&space;\in&space;(-1,&space;1)" title="X \in (-1, 1)" align = "center"/> . Summarizing the observations made above, 1. <img src="http://latex.codecogs.com/gif.latex?n&space;\mod&space;2\pi" title="n \mod 2\pi" /> is equidistribution on <img src="http://latex.codecogs.com/gif.latex?[0,&space;2\pi]" title="[0, 2\pi]" align = "center"/> 2. <img src="http://latex.codecogs.com/gif.latex?\sin" title="\sin" /> has fundamental period <img src="http://latex.codecogs.com/gif.latex?2\pi" title="2\pi" /> . So distribution (in statistical sense) of <img src="http://latex.codecogs.com/gif.latex?\left\{&space;\sin&space;n&space;\right\}" title="\left\{ \sin n \right\}" align = "center"/> is equal to distribution of <img src="http://latex.codecogs.com/gif.latex?\sin&space;X" title="\sin X" /> where <center> <img src="http://latex.codecogs.com/gif.latex?X&space;\sim&space;Unif(-\pi/2,&space;\pi/2)" title="X \sim Unif(-1, 1)" align = "center" /> </center> because <img src="http://latex.codecogs.com/gif.latex?\sin&space;X" title="\sin X" /> runs over <img src="http://latex.codecogs.com/gif.latex?(-1,&space;1)" title="(-1, 1)" align= "center" /> and is invertible. Now if we denote PDF of <img src="http://latex.codecogs.com/gif.latex?\sin&space;X" title="\sin X" /> as <img src="http://latex.codecogs.com/gif.latex?g(x)" title="f(x)" align = "center"/> and PDF of <img src="http://latex.codecogs.com/gif.latex?X" title="X" /> as <img src="http://latex.codecogs.com/gif.latex?f(x)&space;=&space;1/2\pi" title="f(x) = 1/2" align = "center"/> (on interval <img src="http://latex.codecogs.com/gif.latex?(-1/2\pi,&space;1/2\pi)" title="(-1/2\pi, 1/2\pi)" align ="center"/> ), by transformation, <center> <img src="http://latex.codecogs.com/gif.latex?g(x)&space;=&space;\left|&space;\frac{d(\sin^{-1}x)}{dx}&space;\right|&space;f(\sin^{-1}(x))&space;=&space;\frac{1}{\pi&space;\sqrt{1-x^2}}&space;\&space;(x&space;\in&space;(-1,&space;1))" title="g(x) = \left| \frac{d(\sin^{-1}x)}{dx} \right| f(\sin^{-1}(x)) = \frac{1}{\pi \sqrt{1-x^2}} \ (x \in (-1, 1))" /> </center> ## 3-2. Visualization of the Result. Here is the MATLAB code for generating histogram of <img src="http://latex.codecogs.com/gif.latex?\sin&space;n" title="\sin n" /> where <img src="http://latex.codecogs.com/gif.latex?1&space;\leq&space;n&space;\leq&space;N" title="1 \leq n \leq N" align = "center"/> . ``` N = [10^4 10^5 10^6]; % Number of iteration %-------------------------------------------------------% for i = 1 : 1 : length(N) a = 1 : 1 : N(i); b = sin(a); figure; histogram(b); % Create histogram end ``` 1. N = 10000 <center> <img src= "https://i.imgsafe.org/96/9682a551d6.png" /> </center> 2. N = 100000 <center> <img src = "https://i.imgsafe.org/96/9682a54f81.png" /> </center> 3. N = 1000000 <center> <img src = "https://i.imgsafe.org/96/9682ee0792.png" /> </center> and the Probability density function we've obtained analytically ``` x = -1 : 0.01 : 1; y = zeros(length(x)); for i = 1 : 1 : length(x); y(i) = 1/ (pi * sqrt(1-x(i)^2)); end plot(x,y); ``` <center> <img src = "https://i.imgsafe.org/96/9691f4ebac.png" /> </center> It perfectly matches~! ### 3-3. Some Important Facts to denote There is a well known fact (and we've proved it on [the previous section using pigeonhole principle](https://steemit.com/math/@mathsolver/math-talk-3-pigeonhole-principle-and-its-usage) that <center> <img src="http://latex.codecogs.com/gif.latex?\left\{&space;m&space;+&space;na:&space;n,m&space;\in&space;\mathbb{Z}&space;\right\}" title="\left\{ m + na: n,m \in \mathbb{Z} \right\}" /> </center> is dense in <img src="http://latex.codecogs.com/gif.latex?\mathbb{R}" title="\mathbb{R}" /> for any irrational number <img src="http://latex.codecogs.com/gif.latex?a" title="a" /> . We can easily extend this result to show that <img src="http://latex.codecogs.com/gif.latex?\left\{&space;\sin&space;n&space;\right\}" title="\left\{ \sin n \right\}" align = "center"/> is __dense subset of__ <img src="http://latex.codecogs.com/gif.latex?[-1,&space;1]" title="[-1, 1]" align = "center"/> . Even if it is dense, the distribution is not uniform! There are far more values concentrated close to __extreme left and right__; <img src="http://latex.codecogs.com/gif.latex?-1,&space;1" title="-1, 1" align = "center" />. So this shows that __Elements in countable dense subset of closed interval do not need to be equidistributed!__ ## 4. Conclusion From the distribution of a sequence, we actually computed the distribution function of <img src="http://latex.codecogs.com/gif.latex?\sin&space;n" title="\sin n" /> viewed as a continuous sense. ## 5. Citations [1] https://warwick.ac.uk/fac/sci/maths/undergrad/ughandbook/resources/ma433/2014/weyl.pdf [2] https://en.wikipedia.org/wiki/Hermann_Weyl (image is used) [3] http://www.fuchs-braun.com/media/3ed54b58b68a224cffff80dffffffff1.pdf [4] http://web.maths.unsw.edu.au/~josefdick/preprints/KuipersNied_book.pdf , page 7 [5] http://web.maths.unsw.edu.au/~josefdick/preprints/KuipersNied_book.pdf , page 1 through 7 [6] http://web.maths.unsw.edu.au/~josefdick/preprints/KuipersNied_book.pdf , page 8 Example 2.1 and page 23 Exercise 2.7 __All the graphs and distributions are made by myself using MATLAB.__
author | mathsolver |
---|---|
permlink | math-talk-5-math-is-not-always-intuitive-distribution-of-sequence |
category | math |
json_metadata | {"tags":["math","mathematics","science","steemstem","kr-math"],"image":["https://i.imgsafe.org/96/96dff23960.png","http://latex.codecogs.com/gif.latex?\\left\\{&space;a_n&space;\\right\\}","http://latex.codecogs.com/gif.latex?[x,&space;y]","http://latex.codecogs.com/gif.latex?[\\alpha,&space;\\beta]&space;\\subset&space;[x,&space;y]","http://latex.codecogs.com/gif.latex?\\lim_{N&space;\\rightarrow&space;\\infty}&space;\\frac{\\&hash;&space;\\left\\{&space;a_{n}&space;\\in&space;[\\alpha,&space;\\beta]&space;:&space;1&space;\\leq&space;n&space;\\leq&space;N&space;\\right\\}}{N}&space;=&space;\\frac{\\beta&space;-&space;\\alpha}{y&space;-&space;x}","http://latex.codecogs.com/gif.latex?N&space;\\rightarrow&space;\\infty","http://latex.codecogs.com/gif.latex?[\\alpha,&space;\\beta]","http://latex.codecogs.com/gif.latex?N","http://latex.codecogs.com/gif.latex?x&space;=&space;0,&space;y=&space;1","http://latex.codecogs.com/gif.latex?[0,&space;1]","http://latex.codecogs.com/gif.latex?\\left\\{&space;\\alpha_n&space;\\right\\}&space;\\subset&space;[0,&space;1]","http://latex.codecogs.com/gif.latex?[\\alpha,&space;\\beta]&space;\\subset&space;[0,&space;1],","http://latex.codecogs.com/gif.latex?\\lim_{N&space;\\rightarrow&space;\\infty}&space;\\frac{\\&hash;&space;\\left\\{&space;a_n&space;\\in&space;[\\alpha&space;,\\beta]:&space;1&space;\\leq&space;n&space;\\leq&space;N&space;\\right\\}}{N}&space;=&space;\\beta&space;-&space;\\alpha","http://latex.codecogs.com/gif.latex?\\alpha&space;\\leq&space;a_n&space;\\leq&space;\\beta","https://i.imgsafe.org/96/96c8e44d0d.jpeg","http://latex.codecogs.com/gif.latex?\\left\\{&space;\\xi_n&space;\\right\\}","http://latex.codecogs.com/gif.latex?k&space;\\neq&space;0","http://latex.codecogs.com/gif.latex?\\lim_{N&space;\\rightarrow&space;\\infty}&space;\\frac{1}{N}&space;\\sum_{n=1}^{N}&space;e^{2\\pi&space;i&space;k&space;\\xi_n}&space;=&space;0","http://latex.codecogs.com/gif.latex?i&space;=&space;\\sqrt{-1}","http://latex.codecogs.com/gif.latex?\\langle&space;\\xi_n&space;\\rangle&space;=&space;\\xi_n&space;-&space;\\lfloor&space;\\xi_n&space;\\rfloor","http://latex.codecogs.com/gif.latex?a&space;\\in&space;\\mathbb{R}","http://latex.codecogs.com/gif.latex?\\left\\{&space;\\langle&space;n&space;a&space;\\rangle&space;\\right\\}","http://latex.codecogs.com/gif.latex?\\langle&space;na&space;\\rangle&space;=&space;na&space;-&space;\\lfloor&space;na&space;\\rfloor","http://latex.codecogs.com/gif.latex?na","http://latex.codecogs.com/gif.latex?\\xi_n&space;=&space;na","http://latex.codecogs.com/gif.latex?\\begin{align*}&space;\\left|&space;\\sum_{n=1}^{N}&space;e^{2\\pi&space;i&space;k&space;\\xi_n}&space;\\right|&space;&=&space;\\left|&space;\\sum_{n=1}^{N}&space;e^{2\\pi&space;i&space;k&space;n&space;a}&space;\\right|&space;\\\\&space;&=&space;\\left|&space;\\frac{e^{2\\pi&space;i&space;k&space;a}&space;(&space;1&space;-&space;e^{2&space;\\pi&space;i&space;N&space;a})}{1&space;-&space;e^{2&space;\\pi&space;i&space;k&space;a}}&space;\\right|\\\\&space;&\\leq&space;\\left|&space;\\frac{&space;1&space;-&space;e^{2&space;\\pi&space;i&space;N&space;a}}{1&space;-&space;e^{2&space;\\pi&space;i&space;a}}&space;\\right|&space;\\leq&space;\\frac{2}{\\left|&space;1&space;-&space;e^{2&space;\\pi&space;i&space;k&space;a}&space;\\right|}&space;\\end{align*}","http://latex.codecogs.com/gif.latex?|1&space;-&space;e^{2\\pi&space;i&space;k&space;a}|&space;\\neq&space;0","http://latex.codecogs.com/gif.latex?a","http://latex.codecogs.com/gif.latex?a&space;=&space;\\frac{1}{2\\pi}","http://latex.codecogs.com/gif.latex?\\langle&space;na&space;\\rangle&space;=&space;\\langle&space;\\frac{n}{2\\pi}&space;\\rangle&space;=&space;\\frac{n}{2\\pi}&space;-&space;\\lfloor&space;\\frac{n}{2\\pi}&space;\\rfloor","http://latex.codecogs.com/gif.latex?\\psi_n&space;=&space;2\\pi&space;\\langle&space;n&space;a&space;\\rangle&space;=&space;n&space;-&space;2\\pi&space;\\lfloor&space;\\frac{n}{2\\pi}&space;\\rfloor","http://latex.codecogs.com/gif.latex?n&space;\\mod&space;2\\pi","http://latex.codecogs.com/gif.latex?[0,&space;2\\pi]","http://latex.codecogs.com/gif.latex?2\\pi","http://latex.codecogs.com/gif.latex?\\sin","http://latex.codecogs.com/gif.latex?\\sin&space;n","http://latex.codecogs.com/gif.latex?n&space;=&space;1,&space;2,&space;...&space;\\in&space;\\mathbb{N}","http://latex.codecogs.com/gif.latex?-1<&space;\\sin&space;n&space;<1","http://latex.codecogs.com/gif.latex?f(x)","http://latex.codecogs.com/gif.latex?x&space;\\in&space;(-1,&space;1)","http://latex.codecogs.com/gif.latex?\\int_{-1}^{1}&space;f(x)&space;dx&space;=&space;1","http://latex.codecogs.com/gif.latex?X&space;\\in&space;(-1,&space;1)","http://latex.codecogs.com/gif.latex?\\left\\{&space;\\sin&space;n&space;\\right\\}","http://latex.codecogs.com/gif.latex?\\sin&space;X","http://latex.codecogs.com/gif.latex?X&space;\\sim&space;Unif(-\\pi/2,&space;\\pi/2)","http://latex.codecogs.com/gif.latex?(-1,&space;1)","http://latex.codecogs.com/gif.latex?g(x)","http://latex.codecogs.com/gif.latex?X","http://latex.codecogs.com/gif.latex?f(x)&space;=&space;1/2\\pi","http://latex.codecogs.com/gif.latex?(-1/2\\pi,&space;1/2\\pi)","http://latex.codecogs.com/gif.latex?g(x)&space;=&space;\\left|&space;\\frac{d(\\sin^{-1}x)}{dx}&space;\\right|&space;f(\\sin^{-1}(x))&space;=&space;\\frac{1}{\\pi&space;\\sqrt{1-x^2}}&space;\\&space;(x&space;\\in&space;(-1,&space;1))","http://latex.codecogs.com/gif.latex?1&space;\\leq&space;n&space;\\leq&space;N","https://i.imgsafe.org/96/9682a551d6.png","https://i.imgsafe.org/96/9682a54f81.png","https://i.imgsafe.org/96/9682ee0792.png","https://i.imgsafe.org/96/9691f4ebac.png","http://latex.codecogs.com/gif.latex?\\left\\{&space;m&space;+&space;na:&space;n,m&space;\\in&space;\\mathbb{Z}&space;\\right\\}","http://latex.codecogs.com/gif.latex?\\mathbb{R}","http://latex.codecogs.com/gif.latex?[-1,&space;1]","http://latex.codecogs.com/gif.latex?-1,&space;1"],"links":["http://www.fuchs-braun.com/media/3ed54b58b68a224cffff80dffffffff1.pdf","https://en.wikipedia.org/wiki/Hermann_Weyl","https://warwick.ac.uk/fac/sci/maths/undergrad/ughandbook/resources/ma433/2014/weyl.pdf","https://steemit.com/math/@mathsolver/math-talk-3-pigeonhole-principle-and-its-usage","http://web.maths.unsw.edu.au/~josefdick/preprints/KuipersNied_book.pdf"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-08-19 13:21:27 |
last_update | 2018-08-19 13:21:27 |
depth | 0 |
children | 7 |
last_payout | 2018-08-26 13:21:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 9.770 HBD |
curator_payout_value | 3.083 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16,671 |
author_reputation | 1,337,981,311,807 |
root_title | "[Math Talk #5] Math is not always intuitive! - Distribution of Sequence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,697,544 |
net_rshares | 9,600,301,060,637 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 81,120,708,755 | 1.07% | ||
lafona-miner | 0 | 667,062,345,939 | 20% | ||
tombstone | 0 | 221,964,967,231 | 0.6% | ||
tuck-fheman | 0 | 6,952,770,195 | 1.79% | ||
team | 0 | 81,973,490,050 | 10% | ||
lola-carola | 0 | 645,402,813 | 1.79% | ||
kevinwong | 0 | 121,227,811,153 | 1.5% | ||
justtryme90 | 0 | 204,984,004,641 | 10% | ||
eric-boucher | 0 | 7,246,893,592 | 1.79% | ||
anwenbaumeister | 0 | 20,869,677,932 | 3.59% | ||
roelandp | 0 | 59,803,397,452 | 1.79% | ||
bitland | 0 | 493,387,013 | 1.79% | ||
raymondspeaks | 0 | 282,387,047 | 1.79% | ||
arconite | 0 | 604,545,519 | 0.75% | ||
lemouth | 0 | 92,079,195,904 | 17% | ||
rjbauer85 | 0 | 1,225,218,851 | 20% | ||
lamouthe | 0 | 8,012,244,681 | 20% | ||
lk666 | 0 | 347,828,580 | 1.79% | ||
meerkat | 0 | 1,468,442,015 | 3.59% | ||
curie | 0 | 152,186,496,528 | 3.59% | ||
hendrikdegrote | 0 | 1,828,303,607,586 | 3.59% | ||
vact | 0 | 71,766,884,948 | 3.59% | ||
steemstem | 0 | 737,123,502,467 | 20% | ||
sethroot | 0 | 325,990,590 | 0.35% | ||
gangstayid | 0 | 137,014,835 | 1.79% | ||
foundation | 0 | 2,709,829,767 | 20% | ||
the-devil | 0 | 1,867,070,766 | 20% | ||
thevenusproject | 0 | 11,094,797,105 | 20% | ||
dna-replication | 0 | 5,502,905,213 | 20% | ||
resteemer | 0 | 163,554,383 | 1.79% | ||
pacokam8 | 0 | 265,220,776 | 1.43% | ||
borislavzlatanov | 0 | 1,720,418,847 | 20% | ||
tibra | 0 | 2,230,202,464 | 100% | ||
moksamol | 0 | 423,672,903 | 1.79% | ||
getrichordie | 0 | 179,797,252 | 1.79% | ||
thatsweeneyguy | 0 | 90,361,294 | 1.79% | ||
foways | 0 | 97,268,149 | 1.79% | ||
the-eliot | 0 | 609,677,587 | 1.79% | ||
eurogee | 0 | 347,787,249 | 2% | ||
yeaho | 0 | 393,262,127 | 9.9% | ||
dbzfan4awhile | 0 | 162,184,007 | 1.79% | ||
fredrikaa | 0 | 31,343,234,853 | 10% | ||
helo | 0 | 3,920,051,054 | 10% | ||
tantawi | 0 | 97,115,832 | 3.59% | ||
locikll | 0 | 1,507,108,447 | 7.18% | ||
dber | 0 | 9,052,317,045 | 20% | ||
mahdiyari | 0 | 15,124,498,397 | 10% | ||
fanstaf | 0 | 282,026,996 | 3.05% | ||
kerriknox | 0 | 246,111,062 | 20% | ||
alexander.alexis | 0 | 4,958,268,655 | 14% | ||
howtostartablog | 0 | 183,532,632 | 0.35% | ||
blessing97 | 0 | 814,556,551 | 20% | ||
orcheva | 0 | 189,467,514 | 1.79% | ||
suesa | 0 | 95,258,931,907 | 25% | ||
cryptokrieg | 0 | 891,685,336 | 3.59% | ||
rival | 0 | 346,085,526 | 1% | ||
tensor | 0 | 898,665,962 | 2.69% | ||
rockeynayak | 0 | 118,782,725 | 20% | ||
ertwro | 0 | 8,117,161,710 | 20% | ||
makrotheblack | 0 | 119,771,049 | 1.79% | ||
ludmila.kyriakou | 0 | 215,997,274 | 6% | ||
coloringiship | 0 | 391,403,037 | 0.71% | ||
nitesh9 | 0 | 4,909,393,458 | 20% | ||
fancybrothers | 0 | 3,825,278,445 | 6% | ||
nolasco | 0 | 210,044,319 | 0.17% | ||
churchboy | 0 | 3,453,145,561 | 20% | ||
howo | 0 | 27,870,438,421 | 10% | ||
himal | 0 | 1,503,261,261 | 20% | ||
nitego | 0 | 306,482,776 | 1.07% | ||
neumannsalva | 0 | 496,507,548 | 1.79% | ||
stayoutoftherz | 0 | 14,189,926,059 | 5.94% | ||
abigail-dantes | 0 | 326,266,119,828 | 20% | ||
phogyan | 0 | 123,896,342 | 1.79% | ||
esteemguy | 0 | 185,308,932 | 20% | ||
joe.nobel | 0 | 1,461,144,960 | 6.6% | ||
tfame3865 | 0 | 171,913,701 | 0.71% | ||
alexzicky | 0 | 3,087,482,239 | 5% | ||
mountain.phil28 | 0 | 3,619,369,984 | 25% | ||
akeelsingh | 0 | 817,776,114 | 20% | ||
mountainwashere | 0 | 6,674,948,886 | 20% | ||
sharelovenothate | 0 | 180,301,924 | 9.9% | ||
felixrodriguez | 0 | 692,757,008 | 10% | ||
pearlumie | 0 | 8,499,125,242 | 20% | ||
gabox | 0 | 201,726,654 | 0.17% | ||
indy8phish | 0 | 292,989,446 | 1.79% | ||
honeysara | 0 | 204,168,122 | 0.89% | ||
massivevibration | 0 | 3,086,460,817 | 5% | ||
nurhayati | 0 | 131,163,665 | 0.75% | ||
jefpatat | 0 | 1,800,339,096 | 3.59% | ||
cooknbake | 0 | 113,029,297 | 0.71% | ||
anna-mi | 0 | 107,485,700 | 1.79% | ||
clweeks | 0 | 188,239,611 | 2.15% | ||
click3rs | 0 | 94,039,702 | 1.79% | ||
torico | 0 | 270,734,899 | 0.39% | ||
ksolymosi | 0 | 2,681,619,700 | 20% | ||
damzxyno | 0 | 92,507,724 | 1.07% | ||
fabio2614 | 0 | 2,731,560,830 | 100% | ||
birgitt | 0 | 134,023,996 | 3.59% | ||
poodai | 0 | 153,606,835 | 1.79% | ||
zeeshan003 | 0 | 74,045,394 | 20% | ||
happychild | 0 | 72,756,688 | 1.79% | ||
peaceandwar | 0 | 488,292,410 | 1.79% | ||
pratik27 | 0 | 440,951,792 | 10% | ||
rachelsmantra | 0 | 836,780,421 | 20% | ||
daydreaming | 0 | 383,922,836 | 100% | ||
gra | 0 | 7,162,814,783 | 20% | ||
utopian-io | 0 | 4,131,023,385,351 | 6% | ||
tfcoates | 0 | 553,187,841 | 5% | ||
sci-guy | 0 | 67,959,469 | 20% | ||
drmake | 0 | 2,555,809,740 | 1.79% | ||
eleonardo | 0 | 74,480,254 | 2% | ||
aboutcoolscience | 0 | 31,159,834,979 | 20% | ||
sireh | 0 | 275,764,552 | 0.35% | ||
physics.benjamin | 0 | 155,933,141 | 20% | ||
egotheist | 0 | 296,410,527 | 2% | ||
kenadis | 0 | 5,531,719,370 | 20% | ||
amavi | 0 | 3,126,614,052 | 4% | ||
robotics101 | 0 | 868,434,520 | 16% | ||
tristan-muller | 0 | 126,801,711 | 20% | ||
alexs1320 | 0 | 8,691,297,135 | 15% | ||
sohailahmed | 0 | 329,956,726 | 1.79% | ||
fejiro | 0 | 264,418,680 | 10% | ||
aamin | 0 | 333,074,414 | 10% | ||
sco | 0 | 13,701,967,035 | 20% | ||
adetola | 0 | 1,345,406,120 | 20% | ||
anikekirsten | 0 | 781,191,412 | 3.59% | ||
rharphelle | 0 | 1,984,637,650 | 25% | ||
dysfunctional | 0 | 1,481,698,822 | 10% | ||
rasamuel | 0 | 97,399,372 | 1.79% | ||
stahlberg | 0 | 529,960,384 | 1.79% | ||
gabrielatravels | 0 | 116,721,599 | 0.89% | ||
monie | 0 | 471,485,347 | 100% | ||
burlarj | 0 | 81,677,072 | 2% | ||
shoganaii | 0 | 797,477,991 | 10% | ||
jesusjacr | 0 | 543,189,677 | 2% | ||
laritheghost | 0 | 151,022,160 | 1.79% | ||
jlmol7 | 0 | 100,384,166 | 20% | ||
mittymartz | 0 | 471,506,111 | 10% | ||
terrylovejoy | 0 | 3,666,551,872 | 8% | ||
jibril14 | 0 | 98,817,038 | 3.59% | ||
olajidekehinde | 0 | 260,992,159 | 10% | ||
real2josh | 0 | 203,135,950 | 10% | ||
giddyupngo | 0 | 259,124,027 | 1.79% | ||
steepup | 0 | 430,498,717 | 8% | ||
mrday | 0 | 435,269,456 | 1.79% | ||
joelgonz1982 | 0 | 96,488,915 | 1.79% | ||
lesshorrible | 0 | 5,883,343,044 | 20% | ||
debbietiyan | 0 | 82,874,877 | 1.79% | ||
emirfirlar | 0 | 75,638,711 | 1.79% | ||
kingabesh | 0 | 712,985,854 | 10% | ||
josephace135 | 0 | 1,086,369,460 | 10% | ||
niko3d | 0 | 99,109,842 | 1.79% | ||
operahoser | 0 | 218,272,466 | 0.53% | ||
wdoutjah | 0 | 204,279,697 | 1.79% | ||
kelos | 0 | 366,460,241 | 10% | ||
ugonma | 0 | 907,853,931 | 20% | ||
ameliabartlett | 0 | 215,135,702 | 0.53% | ||
robertbira | 0 | 986,873,311 | 5% | ||
mindscapephotos | 0 | 80,874,085 | 1.25% | ||
ajpacheco1610 | 0 | 469,041,937 | 10% | ||
alexdory | 0 | 48,340,555,638 | 100% | ||
beladro | 0 | 76,917,784 | 1.79% | ||
flugschwein | 0 | 4,808,213,781 | 17.4% | ||
benleemusic | 0 | 1,397,292,293 | 0.35% | ||
jbrrd | 0 | 136,102,542 | 15% | ||
chimtivers96 | 0 | 186,796,749 | 3.59% | ||
amirdesaingrafis | 0 | 77,087,993 | 1.79% | ||
joelagbo | 0 | 134,279,055 | 1.79% | ||
idkpdx | 0 | 132,129,044 | 1.79% | ||
anyes2013 | 0 | 364,960,614 | 10% | ||
kookyan | 0 | 91,024,595 | 1.79% | ||
muratkbesiroglu | 0 | 3,428,550,347 | 1% | ||
cryptoitaly | 0 | 1,795,316,427 | 10% | ||
effofex | 0 | 490,704,532 | 10% | ||
genoner | 0 | 66,761,831 | 3.41% | ||
abdulmath | 0 | 374,781,947 | 10% | ||
de-stem | 0 | 9,832,065,308 | 19.8% | ||
bavi | 0 | 74,917,274 | 1.79% | ||
yann85 | 0 | 362,379,851 | 12% | ||
ari16 | 0 | 297,917,217 | 10% | ||
brainpod | 0 | 75,144,733 | 5% | ||
jaydih | 0 | 304,963,157 | 1% | ||
michaelwrites | 0 | 279,155,095 | 10% | ||
apteacher | 0 | 126,971,961 | 0.71% | ||
serialfiller | 0 | 3,845,343,133 | 15% | ||
vanessahampton | 0 | 1,207,783,241 | 10% | ||
temitayo-pelumi | 0 | 1,509,687,782 | 20% | ||
qberryfarms | 0 | 97,475,532 | 1.79% | ||
doctor-cog-diss | 0 | 96,551,506 | 20% | ||
educatie | 0 | 209,559,007 | 100% | ||
metama | 0 | 337,311,183 | 1.79% | ||
romanleopold | 0 | 530,971,872 | 1.79% | ||
niouton | 0 | 260,627,023 | 0.71% | ||
soundworks | 0 | 70,623,882 | 2.78% | ||
lucky2 | 0 | 255,225,503,368 | 10% | ||
medicnet | 0 | 541,513,802 | 100% | ||
communityisyou | 0 | 541,513,802 | 100% | ||
biomimi | 0 | 240,080,774 | 40% | ||
ibk-gabriel | 0 | 171,799,825 | 10% | ||
conficker | 0 | 2,033,893,481 | 20% | ||
mahmudulhassan | 0 | 88,195,903 | 1.79% | ||
purelyscience | 0 | 167,546,553 | 10% | ||
johngoad | 0 | 94,041,845 | 3.59% | ||
schlunior | 0 | 2,374,618,526 | 9.9% | ||
kind-sir | 0 | 64,947,508 | 2% | ||
call-me-howie | 0 | 3,384,886,330 | 1.79% | ||
hansmast | 0 | 337,108,838 | 1.79% | ||
wstanley226 | 0 | 82,779,252 | 50% | ||
osariemen | 0 | 2,249,123,535 | 90% | ||
gatis-photo | 0 | 109,657,615 | 2% | ||
testomilian | 0 | 73,021,213 | 11.88% | ||
jayplayco | 0 | 7,699,300,984 | 100% | ||
clement.poiret | 0 | 208,284,070 | 3.59% | ||
markgritter | 0 | 2,435,028,908 | 100% | ||
herbayomi | 0 | 396,034,981 | 10% | ||
lucky222 | 0 | 7,446,777,975 | 100% | ||
torrey.blog | 0 | 174,123,760 | 3.59% | ||
synthtology | 0 | 654,095,154 | 1.79% | ||
mohism | 0 | 609,737,650 | 100% | ||
swapsteem | 0 | 109,408,602 | 10% | ||
predict-crypto | 0 | 1,278,048,574 | 0.07% | ||
amansharma555 | 0 | 600,218,951 | 100% | ||
dna-polymerase | 0 | 61,865,426 | 10% | ||
dna-ligase | 0 | 61,865,426 | 10% | ||
dna-helicase | 0 | 61,865,425 | 10% | ||
dna-primase | 0 | 61,865,425 | 10% | ||
sliding-clamp | 0 | 61,865,425 | 10% | ||
clamp-loader | 0 | 61,865,425 | 10% | ||
dna-gyrase | 0 | 61,865,424 | 10% | ||
rna-polymerase | 0 | 61,865,424 | 10% | ||
ribosome | 0 | 61,865,424 | 10% | ||
leftyobradovich | 0 | 73,318,141 | 13% | ||
sbw777 | 0 | 498,113,061 | 100% | ||
mathsolver | 0 | 1,963,108,165 | 100% | ||
shidded | 0 | 428,341,814 | 100% | ||
msolver | 0 | 607,493,056 | 100% |
Hey man great article again, i need a help from you that how you have put divide symbol in your post, plzz show me how ??
author | amansharma555 |
---|---|
permlink | re-mathsolver-math-talk-5-math-is-not-always-intuitive-distribution-of-sequence-20180820t011028762z |
category | math |
json_metadata | {"tags":["math"],"app":"steemit/0.1"} |
created | 2018-08-20 01:10:33 |
last_update | 2018-08-20 01:10:33 |
depth | 1 |
children | 1 |
last_payout | 2018-08-27 01:10:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 273,717,128,923 |
root_title | "[Math Talk #5] Math is not always intuitive! - Distribution of Sequence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,750,602 |
net_rshares | 0 |
Using markdown, the divide symbol is --- (three minus signs). The markdown syntax can be found here: https://www.markdownguide.org/basic-syntax/
author | mathsolver |
---|---|
permlink | re-amansharma555-re-mathsolver-math-talk-5-math-is-not-always-intuitive-distribution-of-sequence-20180820t025759157z |
category | math |
json_metadata | {"tags":["math"],"app":"steemit/0.1","links":["https://www.markdownguide.org/basic-syntax/"]} |
created | 2018-08-20 02:57:57 |
last_update | 2018-08-20 02:59:51 |
depth | 2 |
children | 0 |
last_payout | 2018-08-27 02:57:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 1,337,981,311,807 |
root_title | "[Math Talk #5] Math is not always intuitive! - Distribution of Sequence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,758,304 |
net_rshares | 0 |
너무 어려워요~ㅠㅠ
author | sbw777 |
---|---|
permlink | re-mathsolver-math-talk-5-math-is-not-always-intuitive-distribution-of-sequence-20180820t121707513z |
category | math |
json_metadata | {"tags":["math"],"app":"steemit/0.1"} |
created | 2018-08-20 12:17:09 |
last_update | 2018-08-20 12:17:09 |
depth | 1 |
children | 0 |
last_payout | 2018-08-27 12:17:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 101,340,843,426 |
root_title | "[Math Talk #5] Math is not always intuitive! - Distribution of Sequence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,797,553 |
net_rshares | 0 |
Congratulations @mathsolver! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@mathsolver) Award for the number of upvotes received <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** [SteemitBoard and the Veterans on Steemit - The First Community Badge.](https://steemit.com/veterans/@steemitboard/steemitboard-and-the-veterans-on-steemit-the-first-community-badge) > You can upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-mathsolver-20180819t203702000z |
category | math |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-08-19 20:37:00 |
last_update | 2018-08-19 20:37:00 |
depth | 1 |
children | 0 |
last_payout | 2018-08-26 20:37:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 857 |
author_reputation | 38,975,615,169,260 |
root_title | "[Math Talk #5] Math is not always intuitive! - Distribution of Sequence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,732,729 |
net_rshares | 0 |
<center> https://cdn.discordapp.com/attachments/354723995037466624/463380522928963599/steemSTEM.png</center> <br><br> This post has been voted on by the steemstem curation team and voting trail. <br> <br>There is more to SteemSTEM than just writing posts, check <a href="https://steemit.com/steemstem/@steemstem/being-a-member-of-the-steemstem-community">here</a> for some more tips on being a community member. You can also join our discord <a href="https://discord.gg/BPARaqn">here</a> to get to know the rest of the community!
author | steemstem |
---|---|
permlink | re-math-talk-5-math-is-not-always-intuitive-distribution-of-sequence-20180820t214149 |
category | math |
json_metadata | "" |
created | 2018-08-20 21:41:51 |
last_update | 2018-08-20 21:41:51 |
depth | 1 |
children | 1 |
last_payout | 2018-08-27 21:41:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 530 |
author_reputation | 262,017,435,115,313 |
root_title | "[Math Talk #5] Math is not always intuitive! - Distribution of Sequence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,846,164 |
net_rshares | 0 |
Thanks a lot steemstem!
author | mathsolver |
---|---|
permlink | re-steemstem-re-math-talk-5-math-is-not-always-intuitive-distribution-of-sequence-20180820t214149-20180821t010417479z |
category | math |
json_metadata | {"tags":["math"],"app":"steemit/0.1"} |
created | 2018-08-21 01:04:18 |
last_update | 2018-08-21 01:04:18 |
depth | 2 |
children | 0 |
last_payout | 2018-08-28 01:04:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 1,337,981,311,807 |
root_title | "[Math Talk #5] Math is not always intuitive! - Distribution of Sequence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,859,090 |
net_rshares | 0 |
#### Hi @mathsolver! Your post was upvoted by utopian.io in cooperation with steemstem - supporting knowledge, innovation and technological advancement on the Steem Blockchain. #### Contribute to Open Source with utopian.io Learn how to contribute on <a href="https://join.utopian.io">our website</a> and join the new open source economy. **Want to chat? Join the Utopian Community on Discord https://discord.gg/h52nFrV**
author | utopian-io |
---|---|
permlink | 20180821t060223324z |
category | math |
json_metadata | {"tags":["utopian.tip"],"app":"utopian-io"} |
created | 2018-08-21 06:02:24 |
last_update | 2018-08-21 06:02:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-28 06:02:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 424 |
author_reputation | 152,955,367,999,756 |
root_title | "[Math Talk #5] Math is not always intuitive! - Distribution of Sequence" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,880,276 |
net_rshares | 0 |