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.

A119554 Binomial(binomial(2*n,n)*n^3,n).

This page as a plain text file.
%I A119554 #4 Jun 07 2015 14:35:16
%S A119554 1,2,1128,26098380,16761736856480,258364978850258443800,
%T A119554 87778710681918385888581120144,
%U A119554 621514851092921197874844123833872380600,88158804906625037415769350785106269545224676306560
%N A119554 Binomial(binomial(2*n,n)*n^3,n).
%p A119554 [seq (binomial(binomial(2*n,n)*n^3,n),n=0..10)];
%t A119554 Table[Binomial[Binomial[2n,n]n^3,n],{n,0,10}] (* _Harvey P. Dale_, Jun 07 2015 *)
%Y A119554 Cf. A005429.
%K A119554 easy,nonn
%O A119554 0,2
%A A119554 _Zerinvary Lajos_, May 30 2006