|
a(n) = (2*n+1)!! * sum[ k=0..n ] 1/(2*k+1).
a(n) is coefficient of x^(2*n+2) in (arctanh x)^2, multiplied by (n+1)*(2*n+1)!!.
sum[(-1)^(k+1-i) 2^(n-1) binomial(i-1, k) s1(n, i), i=k+1..n] with k = 1, where s1(n, i) are unsigned Stirling numbers of the first kind - Victor Adamchik (adamchik(AT)ux10.sp.cs.cmu.edu), Jan 23, 2001
a(n) ~ 2^(1/2)*log(n)*n*2^n*e^-n*n^n - Joe Keane (jgk(AT)jgk.org), Jun 06 2002
E.g.f.: 1/2*(1-2*x)^(-3/2)*(2-ln(1-2*x)). - Vladeta Jovovic (vladeta(AT)Eunet.yu), Feb 19 2003
Sum(n>=1; a(n-1)/(n!*n*2^n)) = (Pi/2)^2. - DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Aug 12 2003
|