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.

A010797 a(n) = n! * (n+1)! * (n+2)! / (2! * 3!).

This page as a plain text file.
%I A010797 #21 Aug 14 2023 08:27:45
%S A010797 1,24,1440,172800,36288000,12192768000,6145155072000,4424511651840000,
%T A010797 4380266535321600000,5781951826624512000000,9921829334487662592000000,
%U A010797 21669275266521055100928000000
%N A010797 a(n) = n! * (n+1)! * (n+2)! / (2! * 3!).
%H A010797 Seiichi Manyama, <a href="/A010797/b010797.txt">Table of n, a(n) for n = 1..180</a>
%H A010797 <a href="/index/Fa#factorial">Index entries for sequences related to factorial numbers</a>
%t A010797 Times@@@Partition[Range[15]!,3,1]/(2!3!) (* _Harvey P. Dale_, Aug 06 2022 *)
%Y A010797 Column 3 in triangle A009963.
%K A010797 nonn,easy
%O A010797 1,2
%A A010797 _N. J. A. Sloane_
%E A010797 Offset changed to 1 by _Seiichi Manyama_, Aug 14 2023