cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A290642 a(n) is the maximum diameter for an n-threaded binary program. In other words, a(n) is the maximal finite distance in the transition graph of an n-threaded binary program.

Original entry on oeis.org

3, 7, 13, 14, 15, 18
Offset: 1

Views

Author

Alexander Malkis, Aug 08 2017

Keywords

Comments

Here, a binary n-threaded program is a multithreaded program with n threads, two local states per thread, and 2 shared states.
Conjecture: a(n) = 3*n for all n >= 5.

Crossrefs

A008585(n) <= a(n) for all n >= 1.

Formula

a(n) >= 3*n for all n >= 1.
a(n) <= n^{2^{13}} for all n >= 2.

Extensions

Name edited by Michel Marcus, Jan 02 2020