login
A394586
Decimal expansion of the shape parameter that leads to the same mean and mode of the Weibull distribution.
2
3, 3, 1, 2, 4, 6, 9, 1, 6, 7, 5, 3, 0, 3, 9, 5, 7, 2, 3, 2, 4, 3, 8, 5, 1, 4, 2, 5, 1, 1, 0, 1, 5, 8, 9, 7, 7, 6, 0, 1, 3, 7, 0, 6, 2, 3, 8, 1, 4, 2, 8, 2, 5, 0, 7, 8, 4, 0, 8, 8, 1, 3, 4, 9, 8, 3, 3, 4, 6, 0, 7, 3, 2, 1, 2, 2, 4, 7, 1, 6, 0, 0, 0, 8, 6, 8, 0, 5, 1, 5, 9
OFFSET
1,1
EXAMPLE
3.3124691675303957232438514251101589776...
MATHEMATICA
RealDigits[x /. FindRoot[Gamma[1 + 1/x] == ((x-1)/x)^(1/x), {x, 3}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, Apr 19 2026 *)
PROG
(PARI) solve (x=3, 4, gamma(1+1/x) - ((x-1)/x)^(1/x))
CROSSREFS
A394587 is the corresponding function value of mean and mode.
Sequence in context: A010264 A262816 A089680 * A309507 A306690 A160326
KEYWORD
nonn,cons
AUTHOR
Hugo Pfoertner, Mar 25 2026
STATUS
approved