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!)
A300116 a(n) = Sum_{k=0..n} binomial(2k,k)^3 * binomial(2n-2k,n-k) * 2^(4*(n-k)). 1
1, 40, 2008, 109120, 6173656, 357903040, 21090174400, 1257411781120, 75630327895000, 4580277582101440, 278915640538355008, 17061127317021130240, 1047543937631077672384, 64523332938885758410240, 3985152917145136901283328, 246717298245058901071237120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Wadim Zudilin, Ramanujan-type formulae for 1/π: A second wind?, arXiv:0712.1332v2 [math.NT], 2008.
FORMULA
n^3 * a(n) = 8 * (2*n-1) * (8*n^2-8*n+5) * a(n-1) - 4096 * (n-1)^3 * a(n-2) for n > 1.
a(n) ~ Gamma(1/4)^4 * 2^(6*n - 2) / (Pi^(7/2) * sqrt(n)). - Vaclav Kotesovec, Jul 10 2021
PROG
(PARI) {a(n) = sum(k=0, n, binomial(2*k, k)^3*binomial(2*n-2*k, n-k)*2^(4*(n-k)))}
CROSSREFS
Cf. A036917.
Sequence in context: A190076 A278729 A189550 * A060056 A223177 A140729
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 25 2018
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 May 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)