hmmmmm's blog

By hmmmmm, 10 days ago, In English

Suppose we have $$$n$$$ vertices and we add edge $$$(i, j)$$$ with probability $$$p$$$. Is there a way to check if it is hamiltonian path/cycle or to find the longest non-self-intersecting path/cycle in polynomial time?

Full text and comments »

  • Vote: I like it
  • +17
  • Vote: I do not like it

By hmmmmm, history, 4 months ago, In English

Let $$$p_i$$$ — minimal prime divisor of $$$i$$$.

$$$s(n) = \sum_{i=2}^n \lceil \log_2(p_i) \rceil$$$.

I checked that $$$s(n) \leq 4 \cdot n$$$ if $$$n \leq 10^{10}$$$.

What is actual estimation of this sum?

Full text and comments »

  • Vote: I like it
  • +113
  • Vote: I do not like it