A145176 Numerators of coefficients in series expansion of 1/(Bernoulli trial entropy).
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 5, 1, 1, 1, 41, 181, 1, 5, 1, 1, 109, 97, 41, 35, 1, 1, 1, 853, 551, 173, 107, 1, 7, 1, 1, 19, 13579, 1313, 307, 203, 7, 1, 1, 1, 1679, 251, 1081, 5969, 1681, 1169, 5, 3, 1, 1, 1537, 3169, 4913, 13583, 3481, 7819, 101, 11, 5, 1, 1, 18167
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 141 do C:= coeff(S,x,n); for k from 1 to n do T[n,k]:= numer(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