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.

A059625 Eleventh column (m=10) of convolution triangle A059594.

This page as a plain text file.
%I A059625 #3 Mar 31 2012 13:20:04
%S A059625 1,11,77,407,1793,6875,23661,74503,217789,597311,1549977,3830619,
%T A059625 9065485,20635967,45353033,96542523,199597519,401741989,788857795,
%U A059625 1513922905,2844244975,5238604085,9471346755
%N A059625 Eleventh column (m=10) of convolution triangle A059594.
%F A059625 G.f.: 1/((1-x^2)*(1-x))^11.
%F A059625 a(2*k) = binomial(k + 16, 16)*(128*k^5 + 4768*k^4 + 62272*k^3 + 336488*k^2 + 673644*k + 305235)/(17*9*19*5*21); a(2*k + 1) = binomial(k + 16, 16)*(128*k^5 + 6112*k^4 + 107968*k^3 + 860312*k^2 + 2975580*k + 3357585)/(17*9*19*5*21), k >= 0.
%K A059625 nonn
%O A059625 0,2
%A A059625 _Wolfdieter Lang_, Feb 09 2001