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.

A199695 Row products of the triangle in A199333.

This page as a plain text file.
%I A199695 #7 Apr 22 2021 14:08:03
%S A199695 1,1,2,9,175,8281,1856261,649893049,817291210163,1847322434679121,
%T A199695 14368726069959027071,342031303262647675287601,
%U A199695 13964481217238950868653586531,1889891784470148590323094656731121,586215019967842464352819482405063771511
%N A199695 Row products of the triangle in A199333.
%C A199695 a(n) = Product_{k=0..n} A199333(n,k);
%C A199695 A199696(n) = A007947(a(n));
%C A199695 A020639(a(n)) = A008578(n); A006530(a(n)) = A199582(n).
%o A199695 (Haskell)
%o A199695 a199695 = product . a199333_row
%Y A199695 Cf. A199333, A199694.
%K A199695 nonn
%O A199695 0,3
%A A199695 _Reinhard Zumkeller_, Nov 09 2011