|
Search: id:A112934
|
|
|
| A112934 |
|
a(0) = 1; a(n+1) = Sum_{k, 0<=k<=n} a(k)*A001147(n-k), where A001147 = double factorial numbers. |
|
+0 13
|
|
| 1, 1, 2, 6, 26, 158, 1282, 13158, 163354, 2374078, 39456386, 737125446, 15279024026, 347786765150, 8621313613954, 231139787526822, 6663177374810266, 205503866668090750, 6751565903597571842
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
FORMULA
|
INVERT transform of double factorials (A001147), shifted right one place, where g.f. satisfies: A(x) = 1 + x*[d/dx x*A(x)^2]/A(x)^2.
G.f. satisfies: A(x) = 1+x + 2*x^2*[d/dx A(x)]/A(x) (log derivative). G.f.: A(x) = 1+x +2*x^2/(1-3*x -2*2*1*x^2/(1-7*x -2*3*3*x^2/(1-11*x -2*4*5*x^2/(1-15*x -... -2*n*(2*n-3)*x^2/(1-(4*n-1)*x -...)))) (continued fraction). G.f.: A(x) = 1/(1-x/(1 -1*x/(1-2*x/(1 -3*x/(1-4*x(1 -...))))))) (continued fraction).
a(n) = Sum_{k,0<=k<=n}A111106(n,k) . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Jun 20 2006
|
|
EXAMPLE
|
A(x) = 1 + x + 2*x^2 + 6*x^3 + 26*x^4 + 158*x^5 + 1282*x^6 +...
1/A(x) = 1 - x - x^2 - 3*x^3 - 15*x^4 - 105*x^5 -... -A001147(n)*x^(n+1)-...
|
|
MATHEMATICA
|
a[0] = 1; a[n_] := a[n] = Sum[a[k]*(2n - 2k - 3)!!, {k, 0, n - 1}]; Table[ a[n], {n, 0, 19}] (from Robert G. Wilson v (rgwv(at)rgwv.com), Oct 12 2005)
|
|
PROGRAM
|
(PARI) {a(n)=local(F=1+x+x*O(x^n)); for(i=1, n, F=1+x+2*x^2*deriv(F)/F); return(polcoeff(F, n, x))}
|
|
CROSSREFS
|
Cf. A001147, A112935 (log derivative); A112936, A112937, A112938, A112939, A112940, A112941, A112942, A112943.
Sequence in context: A123306 A099758 A099760 this_sequence A135922 A103367 A047863
Adjacent sequences: A112931 A112932 A112933 this_sequence A112935 A112936 A112937
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Philippe DELEHAM (kolotoko(AT)wanadoo.fr) and Paul D. Hanna (pauldhanna(AT)juno.com), Oct 09 2005
|
|
|
Search completed in 0.003 seconds
|