cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A218690 Sum_{k=0..n} C(n,k)^4*C(n+k,k)^2.

Original entry on oeis.org

1, 5, 181, 9797, 616501, 45778505, 3678753205, 314352091205, 28154344881205, 2612340741982505, 249415797821914681, 24374175871569953225, 2428502737999745059381, 245952659136011117909897, 25260608441078125508484181, 2626023605592369669830217797
Offset: 0

Views

Author

Vaclav Kotesovec, Nov 04 2012

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[Binomial[n,k]^4*Binomial[n+k,k]^2,{k,0,n}],{n,0,20}]

Formula

a(n) ~ ((1+sqrt(5))/2)^(2*(5*n+4)-3/2)/(5^(1/4)*(2*Pi*n)^(5/2)*sqrt(2)).