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.

A059596 Eighth column (m=7) of convolution triangle A059594(n,m).

This page as a plain text file.
%I A059596 #3 Mar 31 2012 13:20:04
%S A059596 1,8,44,184,654,2040,5772,15048,36693,84448,184976,387872,782680,
%T A059596 1525920,2884560,5302368,9502014,16635792,28509272,47902192,79030348,
%U A059596 128192240,204676056,322002576,499629966
%N A059596 Eighth column (m=7) of convolution triangle A059594(n,m).
%F A059596 G.f.: 1/((1-x^2)*(1-x))^8.
%F A059596 a(2*k)=binomial(k+11, 11)* (16*k^4+384*k^3+2936*k^2+7584*k+4095)/(15*7*13*3);
%F A059596 a(2*k+1)= binomial(k+12, 12)*8*(2*k+5)*(2*k+13)*(2*k+21)/(15*7*13), k >= 0.
%K A059596 nonn
%O A059596 0,2
%A A059596 _Wolfdieter Lang_, Feb 02 2001