A145177 Denominators of rational coefficients in series expansion of 1/(Bernoulli trial entropy).
2, 6, 4, 12, 6, 8, 20, 9, 8, 16, 30, 90, 48, 12, 32, 42, 720, 2160, 12, 96, 64, 56, 2520, 1440, 540, 576, 32, 128, 72, 25200, 10080, 2592, 1728, 24, 384, 256, 90, 700, 302400, 22680, 5184, 4320, 256, 96, 512, 110, 75600, 6720, 21600, 108864, 34560, 34560, 288
Offset: 1
Links
- Robert Israel, Table of n, a(n) for n = 1..10011(first 141 rows, flattened)
Programs
-
Maple
f:= -x*log(x)-(1-x)*log(1-x): S:= map(normal,eval(series(x*(1-ln(x))/f, x, 12),ln(x)=1-1/t)): for n from 1 to 10 do C:= coeff(S,x,n); for k from 1 to n do T[n,k]:= denom(coeff(C,t,k)) od od: seq(seq(T[n,k],k=1..n),n=1..10); # Robert Israel, Jul 09 2015
-
MuPAD
ORDER:=14: expand(_invert(series(-x*ln(x)-(1-x)*ln(1-x), x=0)));
Comments