|
Search: id:A141120
|
|
|
| A141120 |
|
G.f. A(x) satisfies: A(A(A(A(A(x))))) = x + 25*x^2. |
|
+0 4
|
|
| 1, 5, -100, 3250, -127500, 5456250, -241875000, 10733906250, -463469531250, 18897269531250, -699306093750000, 21927485449218750, -487263216796875000, 923644008789062500, 602420821142578125000, -38171197412384033203125
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
G.f.: A(x) = x + 5*x^2 - 100*x^3 + 3250*x^4 - 127500*x^5 +5456250*x^6+...
A(A(x)) = x + 10*x^2 - 150*x^3 + 4125*x^4 - 140000*x^5 +5162500*x^6+...
A(A(A(x))) = x + 15*x^2 - 150*x^3 + 3375*x^4 - 96250*x^5 +2931250*x^6+...
A(A(A(A(x)))) = x + 20*x^2 - 100*x^3 + 1750*x^4 - 40000*x^5 +918750*x^6+..
|
|
PROGRAM
|
(PARI) {a(n, m=5)=local(F=x+m*x^2+x*O(x^n), G); if(n<1, 0, for(k=3, n, G=F+x*O(x^k); for(i=1, m-1, G=subst(F, x, G)); F=F+((-polcoeff(G, k))/m)*x^k); return(polcoeff(F, n, x)))}
|
|
CROSSREFS
|
Cf. A027436, A141118, A141119, A141121.
Sequence in context: A156276 A128784 A078534 this_sequence A123668 A090436 A140616
Adjacent sequences: A141117 A141118 A141119 this_sequence A141121 A141122 A141123
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Jun 05 2008
|
|
|
Search completed in 0.002 seconds
|