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.

A067308 One sixteenth of fifth column of triangle A067304.

Original entry on oeis.org

16, 185, 2181, 26860, 342968, 4504944, 60509296, 827456576, 11482655232, 161302619392, 2289365653760, 32780329073664, 472951175022592, 6869148315201536, 100352220112662528, 1473672361011920896
Offset: 0

Views

Author

Wolfdieter Lang, Feb 05 2002

Keywords

Examples

			21+70*y+93*y^2+60*y^3 = p(4,y), fifth row polynomial of triangle A067329.
		

Formula

a(n)= A067304(n+4, 4)/15 = (A067297(n+4)-sum(b(j)b(n+4-j), j=0..3))/16, n>=0, with b(n) := A064340(n).
G.f.: (21+70c(4*x)+93*c(4*x)^2+60*c(4*x)^3+12*c(4*x)^4)*(c(4*x)^3)/(1+c(4*x))^4, with c(x) g.f. of A000108 (Catalan).