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!)
A122893 Position of largest coefficient of n-th self-composition of (x+x^2) for n>=0. 1
1, 1, 2, 5, 9, 19, 37, 74, 147, 294, 587, 1175, 2349, 4698, 9396, 18791, 37582 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
What is the limit a(n)/2^n = 0.573... ? Originated by Ralf Stephan in A092123 as the position of largest coefficient in the expansion of P(0)=x, P(n+1)=P(n)*[1+P(n)] (equivalent definition).
LINKS
MATHEMATICA
P[n_] := P[n] = If[n < 1, x, P[n - 1]*(P[n - 1] + 1)]; Table[p = Expand[CoefficientList[P[n], x]]; Position[p, Max[p]][[1]][[1]] - 1, {n, 0, 12}] (* Vaclav Kotesovec, Nov 08 2018 *)
CROSSREFS
Sequence in context: A056326 A280247 A261049 * A178841 A214319 A062092
KEYWORD
more,nonn
AUTHOR
Paul D. Hanna, Sep 19 2006
EXTENSIONS
a(14)-a(15) from Vaclav Kotesovec, Nov 08 2018
a(16) from Vaclav Kotesovec, Nov 09 2018
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)