login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163136 G.f. A(x) equals an infinite symmetric composition of functions x+x^n, n=2,3,4,... 1
1, 2, 4, 13, 41, 133, 457, 1626, 5983, 22581, 86273, 332309, 1289466, 5037491, 19814253, 78464829, 312698663, 1253236364, 5047142834, 20408861265, 82804575274, 336913925731, 1374181645807, 5617148927835, 23007022273962 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..25.

FORMULA

G.f.: A(x) = ...o x+x^n o...o x+x^3 o x+x^2 o (x) o x+x^2 o x+x^3 o...o x+x^n o...

EXAMPLE

G.f.: A(x) = x + 2*x^2 + 4*x^3 + 13*x^4 + 41*x^5 + 133*x^6 +...

G.f. A(x) equals the limit of symmetric compositions starting with:

(1) x+x^2 o x+x^2 = x + 2*x^2 + 2*x^3 + x^4 ;

(2) x+x^3 o x+x^2 o x+x^2 o x+x^3 = x + 2*x^2 + 4*x^3 + 11*x^4 +...;

(3) x+x^4 o x+x^3 o x+x^2 o x+x^2 o x+x^3 o x+x^4 = x + 2*x^2 + 4*x^3 + 13*x^4 +...

PROG

(PARI) {a(n)=local(F=x); if(n<1, 0, for(k=2, n, F=subst(subst(x+x^k, x, F), x, x+x^k +x*O(x^n)); ); return(polcoeff(F, n)))}

CROSSREFS

Cf. A163137, A163134.

Sequence in context: A065601 A148255 A148256 * A118930 A087214 A002771

Adjacent sequences:  A163133 A163134 A163135 * A163137 A163138 A163139

KEYWORD

nonn

AUTHOR

Paul D. Hanna, Aug 16 2009

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 07:04 EDT 2013. Contains 225477 sequences.