Tagged Questions
0
votes
0answers
24 views
Generating sequences with specific characteristics
We are all familiar with pseudo-random sequences generated by various methods (BBS, Mersenne Twister, LCG, Von Neumann's middle square, RC4) and also the 'pseudo-random' sequence of powers of a ...
2
votes
3answers
252 views
Is this statement stronger than the Collatz conjecture?
$n$,$k$, $m$, $u$ $\in$ $\Bbb N$;
Let's see the following sequence:
$x_0=n$; $x_m=3x_{m-1}+1$.
I am afraid I am a complete noob, but I cannot (dis)prove that the following implies the ...