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.

A219563 Sum(binomial(n+k,k)^5, k=0..n).

This page as a plain text file.
%I A219563 #11 Sep 12 2015 11:00:29
%S A219563 1,33,8020,3301025,1733984376,1048567813062,694995078406056,
%T A219563 491336887915201185,364377975224032162000,280380150421755638519408,
%U A219563 222165159124597435189467696,180288439972217748901049985158,149230751849318301857448761484400,125602423480863080624602495191566250
%N A219563 Sum(binomial(n+k,k)^5, k=0..n).
%H A219563 Vincenzo Librandi, <a href="/A219563/b219563.txt">Table of n, a(n) for n = 0..200</a>
%H A219563 V. Kotesovec, <a href="https://oeis.org/wiki/User:Vaclav_Kotesovec">Asymptotic of generalized Apery sequences with powers of binomial coefficients</a>, Nov 04 2012
%F A219563 a(n) ~ 2^(10*n+5)/(31*(Pi*n)^(5/2)).
%t A219563 Table[Sum[Binomial[n+k,k]^5, {k,0,n}], {n,0,20}]
%Y A219563 Cf. A001700, A112029, A112028, A219562, A219564.
%K A219563 nonn
%O A219563 0,2
%A A219563 _Vaclav Kotesovec_, Nov 23 2012