OFFSET
0,1
LINKS
Steven Finch, Pascal Sebah and Zai-Qiao Bai, Odd Entries in Pascal's Trinomial Triangle (arXiv:0802.2654) p. 10.
FORMULA
log(abs(mu))/log(2) - 1, where mu is the root of x^4 - 3*x^3 - 2*x^2 + 2*x + 4 with maximum modulus.
EXAMPLE
0.727450913240022814326617235564520452590171035202127753...
MATHEMATICA
mu = Sort[Table[Root[x^4 - 3*x^3 - 2*x^2 + 2*x + 4, x, n], {n, 1, 4}], N[Abs[#1]] < N[Abs[#2]]&] // Last; RealDigits[Log[Abs[mu]]/Log[2] - 1, 10, 100] // First
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Aug 11 2014
STATUS
approved