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 A065961 #26 Feb 17 2024 04:03:32 %S A065961 1,120,60480,79833600,217945728000,1067062284288000, %T A065961 8515157028618240000,103408066955539906560000, %U A065961 1814811575069725360128000000,44208809968698509772718080000000,1447219603135314415919699066880000000,61998887798316869577999908025139200000000 %N A065961 a(n) = (3*n - 1)!*n/2. %H A065961 Harry J. Smith, <a href="/A065961/b065961.txt">Table of n, a(n) for n = 1..60</a> %F A065961 a(n) = (3*n)! / 6. %F A065961 a(n) - 3*n*(3*n-1)*(3*n-2)*a(n-1) = 0. - _R. J. Mathar_, Oct 31 2015 %F A065961 From _Amiram Eldar_, Feb 17 2024: (Start) %F A065961 Sum_{n>=1} 1/a(n) = 2*e - 6 + 4*cos(sqrt(3)/2)/sqrt(e). %F A065961 Sum_{n>=1} (-1)^(n+1)/a(n) = 6 - 2/e - 4*sqrt(e)*cos(sqrt(3)/2). (End) %t A065961 (3*Range[15])!/6 (* _Paolo Xausa_, Feb 16 2024 *) %o A065961 (PARI) { for (n=1, 60, a=(3*n - 1)!*n/2; write("b065961.txt", n, " ", a) ) } \\ _Harry J. Smith_, Nov 04 2009 %o A065961 (Magma) [ Factorial(3*n)/6: n in [1..62] ]; // _Vincenzo Librandi_, Apr 24 2011 %Y A065961 Cf. A100732. %K A065961 nonn %O A065961 1,2 %A A065961 _Len Smiley_ and _George E. Antoniou_, Dec 08 2001