login
A234468
Decimal expansion of log(27/4)/log(8).
0
9, 1, 8, 2, 9, 5, 8, 3, 4, 0, 5, 4, 4, 8, 9, 5, 1, 4, 7, 8, 7, 0, 7, 2, 2, 7, 7, 2, 8, 1, 1, 4, 9, 8, 4, 2, 0, 9, 3, 1, 4, 7, 7, 4, 1, 0, 2, 5, 8, 1, 4, 3, 9, 3, 7, 8, 9, 0, 8, 5, 9, 8, 7, 8, 7, 4, 4, 3, 1, 5, 6, 1, 1, 2, 7, 6, 9, 1, 8, 9, 5, 8, 5, 5, 6, 1, 3, 8, 0, 8, 2, 5, 1, 4, 2, 1, 5, 7, 5, 4, 2, 4, 3, 1, 3
OFFSET
0,1
COMMENTS
The Shannon entropy of a coin weighted so that the probability of tails is 1/3 and the probability of heads is 2/3.
EXAMPLE
0.91829583405448951478707227728114984209314774102581439378908598787443...
PROG
(PARI) default(realprecision, 105); x=10*log(27/4)/log(8); for(n=1, 105, d=floor(x); x=(x-d)*10; print1(d, ", "));
CROSSREFS
Sequence in context: A010169 A113657 A098783 * A011111 A301815 A191502
KEYWORD
nonn,cons
AUTHOR
STATUS
approved