login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076687 Coefficients in asymptotic (divergent) expansion for Sum_{k=1..n} 1/C(n,k)^2. 1
1, 0, 2, 0, 8, 16, 96, 464, 2848, 19056, 142400, 1166608, 10411488, 100496816, 1043154304, 11585854032, 137089725728, 1721562067696, 22867314748608, 320313336833936, 4718773157942368, 72932090897154096, 1180003546791130112, 19945632339806733520, 351569488641977570208 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A005649 gives asymptotic divergent expansion for Sum_{k=0..n} 1/C(n,k).
LINKS
FORMULA
Sum_{k>=1} 1/C(n, k)^2 = 1/n^0 + 0/n^1 + 2/n^2 + 0/n^3 + 8/n^4 + 16/n^5 + 96/n^6 + ...
a(m) ~ Pi * m^(m+1) / (2^(m+3) * (log(2))^(m + 3/2) * exp(m)). - Vaclav Kotesovec, May 25 2020
EXAMPLE
Sum_{k=1..1000} 1/C(1000,k)^2 = 1.000002000008016096466....
MATHEMATICA
nmax = 30; CoefficientList[1 + 2*Total[Table[Normal[Series[1/Binomial[n, k]^2, {n, Infinity, nmax}]], {k, 1, nmax/2}]], 1/n] (* Vaclav Kotesovec, May 25 2020 *)
CROSSREFS
Cf. A005649.
Sequence in context: A319196 A308536 A241682 * A062134 A002909 A118437
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 25 2002
EXTENSIONS
Corrected and extended by Vladeta Jovovic, Oct 26 2007
Corrected by Vaclav Kotesovec, May 25 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 19 02:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)