login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A242021 Decimal expansion of the asymptotic growth rate of the number of odd coefficients in Pascal trinomial triangle mod 2. 5
7, 2, 7, 4, 5, 0, 9, 1, 3, 2, 4, 0, 0, 2, 2, 8, 1, 4, 3, 2, 6, 6, 1, 7, 2, 3, 5, 5, 6, 4, 5, 2, 0, 4, 5, 2, 5, 9, 0, 1, 7, 1, 0, 3, 5, 2, 0, 2, 1, 2, 7, 7, 5, 3, 0, 7, 1, 5, 6, 6, 8, 3, 9, 8, 7, 1, 8, 4, 1, 5, 0, 8, 8, 2, 8, 1, 4, 5, 2, 4, 2, 4, 7, 5, 3, 2, 9, 3, 1, 6, 3, 1, 0, 9, 1, 0, 3, 1, 6, 4 (list; constant; graph; refs; listen; history; text; internal format)
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
Sequence in context: A328904 A352301 A177437 * A096052 A003677 A301864
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)