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.

A036915 a(n) = Sum_{k=0..n} C(2*n-2*k,n-k)^2 * C(2*n,k)^2.

This page as a plain text file.
%I A036915 #10 Jun 22 2022 11:31:16
%S A036915 1,8,136,2996,76168,2121808,62886484,1947164948,62250464648,
%T A036915 2038917457664,68056394358736,2306354482651568,79138758509239636,
%U A036915 2743929765899780336,95983445574557632948,3383168407446955236196,120039826640626408744328
%N A036915 a(n) = Sum_{k=0..n} C(2*n-2*k,n-k)^2 * C(2*n,k)^2.
%D A036915 There's an erroneous assertion (caused by a typographical error) in the first printing of M. Petkovsek et al., "A=B", Peters, p. ix. that this is the same as A036917; it is not.
%t A036915 Table[Sum[Binomial[2n-2k,n-k]^2 Binomial[2n,k]^2,{k,0,n}],{n,0,20}] (* _Harvey P. Dale_, May 31 2015 *)
%K A036915 nonn
%O A036915 0,2
%A A036915 _N. J. A. Sloane_