Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A119471
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A119471 G.f. A(x) equals the limit of the composition of functions (x+x^n) in reverse order; let F_1(x) = x, F_{n+1}(x) = F_n(x) + F_n(x)^(n+1), then A(x) = limit F_n(x): A(x) = ...o x+x^n o ... o x+x^3 o x+x^2 o x. +0
7
1, 1, 1, 4, 8, 17, 50, 146, 399, 1087, 3042, 8741, 25509, 75259, 223529, 665215, 1983226, 5931158, 17800505, 53627756, 162206221, 492399027, 1499501067, 4579193127, 14017819056, 43001141630, 132154209754, 406818719006 (list; graph; listen)
OFFSET

1,4

EXAMPLE

G.f.: A(x) is the limit of the composition of functions (x+x^n):

F_3(x) = x+x^3 o x+x^2 o x = x + x^2 + x^3 + 3*x^4 + 3*x^5 + x^6;

F_4(x) = x+x^4 o F_3(x) = x + x^2 + x^3 + 4*x^4 + 7*x^5 + 11*x^6 +...

F_5(x) = x+x^5 o F_4(x) = x + x^2 + x^3 + 4*x^4 + 8*x^5 + 16*x^6 +...

F_6(x) = x+x^6 o F_5(x) = x + x^2 + x^3 + 4*x^4 + 8*x^5 + 17*x^6 +...

F_7(x) = x+x^7 o x+x^6 o x+x^5 o x+x^4 o x+x^3 o x+x^2 o x =

x + x^2 + x^3 + 4*x^4 + 8*x^5 + 17*x^6 + 50*x^7 + 145*x^8 +...

PROGRAM

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

CROSSREFS

Cf. A119470, A119472, A119459, A119460.

Sequence in context: A019479 A084814 A098125 this_sequence A075558 A110601 A107926

Adjacent sequences: A119468 A119469 A119470 this_sequence A119472 A119473 A119474

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 22 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research