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