Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A163134
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A163134 G.f. A(x) equals an infinite symmetric composition of functions x/(1-x^n), n=1,2,3,... +0
3
1, 2, 6, 20, 71, 266, 1033, 4133, 16919, 70543, 298461, 1277895, 5525308, 24086364, 105730896, 466907516, 2072662801, 9243364577, 41392064353, 186040133239, 838962247305, 3794801298127, 17211872676042, 78262816746849 (list; graph; listen)
OFFSET

1,2

COMMENT

Limit a(n+1)/a(n) seems to exist, approximately = 4.75...

FORMULA

A(x) = ...o x/(1-x^3) o x/(1-x^2) o x/(1-x) o (x) o x/(1-x) o x/(1-x^2) o x/(1-x^3) o...

EXAMPLE

G.f.: A(x) = x + 2*x^2 + 6*x^3 + 20*x^4 + 71*x^5 + 266*x^6 +...

A(x) is the limit of compositions beginning in the following manner:

(1) x/(1-x) o x/(1-x) = x/(1-2*x);

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

(3) x/(1-x^3) o x/(1-x^2) o x/(1-x) o x/(1-x) o x/(1-x^2) o x/(1-x^3); ...

PROGRAM

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

CROSSREFS

Cf. A163135.

Sequence in context: A128729 A006027 A049124 this_sequence A150128 A148480 A150129

Adjacent sequences: A163131 A163132 A163133 this_sequence A163135 A163136 A163137

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 12 2009

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 December 6 22:55 EST 2009. Contains 170429 sequences.


AT&T Labs Research