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.
%I A166337 #6 Feb 27 2023 08:10:15 %S A166337 1,12,280,5544,102960,1847560,32449872,561632400,9617286240, %T A166337 163352435400,2756930576400,46290177201840,773942488394400, %U A166337 12893881856650704,214163336821292320,3547937446945842720 %N A166337 a(n)=(2n+0^n)*C(4n,2n). %C A166337 The aerated sequence gives the central coefficients in number triangle A166335. %H A166337 Richard P. Brent, Hideyuki Ohtsuka, Judy-anne H. Osborn, and Helmut Prodinger, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL19/Brent/brent9.html">Some Binomial Sums Involving Absolute Values</a>, JIS vol 19 (2016) # 16.3.7 (24) %F A166337 D-finite with recurrence (2*n-1)*(n-1)*a(n) -2*(4*n-1)*(4*n-3)*a(n-1)=0. - _R. J. Mathar_, Feb 27 2023 %t A166337 Join[{1},Table[(2n)*Binomial[4n,2n],{n,20}]] (* _Harvey P. Dale_, Jan 21 2015 *) %K A166337 easy,nonn %O A166337 0,2 %A A166337 _Paul Barry_, Oct 12 2009