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!)
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
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
Sequence in context: A284193 A148255 A148256 * A325578 A118930 A355194
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)