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.

A366565 Decimal expansion of the smaller real solution to x*2^(1/x) = e.

Original entry on oeis.org

3, 2, 7, 5, 6, 2, 4, 1, 3, 9, 7, 7, 5, 1, 6, 9, 4, 0, 0, 9, 2, 8, 2, 0, 8, 1, 2, 5, 9, 9, 1, 2, 2, 0, 4, 4, 3, 3, 9, 6, 4, 4, 6, 9, 6, 6, 5, 4, 2, 2, 7, 4, 2, 0, 4, 2, 9, 6, 9, 6, 9, 5, 4, 9, 6, 3, 4, 7, 6, 6, 3, 1, 4, 2, 2, 3, 3, 8, 7, 4, 9, 7, 5, 4, 6, 7, 9, 4, 2
Offset: 0

Views

Author

Hugo Pfoertner, Oct 23 2023

Keywords

Comments

This is the constant alpha occurring in the asymptotic analysis of random walks on the hypercube (Lemma 3, page 7, attributed to Bjorn Poonen), in Diaconis, Graham, and Morrison (1988). See link for more information.

Examples

			0.32756241397751694009282081259912204433964469665422742...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[-Log[2]/ProductLog[-1, -Log[2]/E], 10, 120][[1]] (* Vaclav Kotesovec, Nov 03 2023 *)
  • PARI
    solve (x = 0.3, 0.35, x*2^(1/x)-exp(1))

Formula

Equals -log(2)/LambertW(-1, -log(2)/exp(1)). - Vaclav Kotesovec, Nov 03 2023