|
Search: id:A112940
|
|
|
| A112940 |
|
INVERT transform (with offset) of quintuple factorials (A008546), where g.f. satisfies: A(x) = 1 + x*[d/dx x*A(x)^5]/A(x)^5. |
|
+0 10
|
|
| 1, 1, 5, 45, 605, 11045, 257005, 7288245, 243870205, 9401560645, 410141056205, 19966451812245, 1072718714991005, 63033317759267045, 4020725747388170605, 276661592017425909045, 20424931173615717011005
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
FORMULA
|
G.f. satisfies: A(x) = 1+x + 5*x^2*[d/dx A(x)]/A(x) (log derivative). G.f.: A(x) = 1+x +5*x^2/(1-9*x -5*2*4*x^2/(1-19*x -5*3*9*x^2/(1-29*x -5*4*13*x^2/(1-39*x -... -5*n*(5*n-6)*x^2/(1-(10*n-1)*x -...)))) (continued fraction). G.f.: A(x) = 1/(1-1*x/(1 -4*x/(1-5*x/(1 -9*x/(1-10*x/(1 -14*x/(1-15*x/(1 -...)))))))) (continued fraction).
|
|
EXAMPLE
|
A(x) = 1 + x + 5*x^2 + 45*x^3 + 605*x^4 + 11045*x^5 +...
1/A(x) = 1 - x - 4*x^2 - 36*x^3 - 504*x^4 -... -A008546(n)*x^(n+1) -...
|
|
PROGRAM
|
(PARI) {a(n)=local(F=1+x+x*O(x^n)); for(i=1, n, F=1+x+5*x^2*deriv(F)/F); return(polcoeff(F, n, x))}
|
|
CROSSREFS
|
Cf. A008546, A112941 (log derivative); A112934, A112935, A112936, A112937, A112938, A112939, A112942, A112943.
Adjacent sequences: A112937 A112938 A112939 this_sequence A112941 A112942 A112943
Sequence in context: A007696 A090136 A090356 this_sequence A085356 A113382 A132688
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Oct 09 2005
|
|
|
Search completed in 0.002 seconds
|