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.

A126681 a(n) = Product_{i=5..n} Stirling_2(i,5).

This page as a plain text file.
%I A126681 #7 Jun 26 2022 21:04:10
%S A126681 1,15,2100,2205000,15326955000,651778761375000,160813373794053750000,
%T A126681 221825967811517742750000000,1665580501138748782956117750000000,
%U A126681 66748196878452897333173822295371250000000,14068311871625131535989260349822728619050000000000,15421550528128282332258412096965369287417159977500000000000
%N A126681 a(n) = Product_{i=5..n} Stirling_2(i,5).
%t A126681 Rest[FoldList[Times,1,StirlingS2[Range[5,20],5]]] (* _Harvey P. Dale_, May 10 2013 *)
%Y A126681 Partial products of A000489.
%K A126681 nonn
%O A126681 5,2
%A A126681 _N. J. A. Sloane_, Feb 13 2007