login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A285021
Denominator of binomial(2*n,n)/20^n.
2
1, 10, 200, 400, 16000, 800000, 16000000, 160000000, 2560000000, 25600000000, 2560000000000, 25600000000000, 1024000000000000, 409600000000000, 8192000000000000, 409600000000000000, 65536000000000000000, 655360000000000000000, 2621440000000000000000, 26214400000000000000000, 5242880000000000000000000, 52428800000000000000000000
OFFSET
0,2
LINKS
FORMULA
A285020(n)/a(n) = (-1/5)^n*sqrt(Pi)/(Gamma(1/2 - n)*Gamma(1 + n)).
Sum_{k>=0} A285020(k)/a(k) = sqrt(5)/2.
Sum_{k>=0} (-1)^k*A285020(k)/a(k) = sqrt(5/6).
Sum_{k>=0} (-1)^(k+1)*A285020(k)/a(k) = -sqrt(5/6).
MATHEMATICA
Denominator[Table[(-1/5)^n*Sqrt[Pi]/(Gamma[1/2-n]*Gamma[1+n]), {n, 0, 25}]]
CROSSREFS
Cf. A285020 (numerators).
Sequence in context: A211419 A001085 A079436 * A354410 A126431 A335649
KEYWORD
nonn,frac
AUTHOR
Ralf Steiner, Apr 08 2017
STATUS
approved