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.

A081960 Row products of A081957.

This page as a plain text file.
%I A081960 #7 Jan 19 2021 01:09:38
%S A081960 2,48,25920,522547200,632073093120000,68810005209415680000000,
%T A081960 922882872556916481982464000000000,
%U A081960 1930928443374224487368323197252403200000000000,848408612299117898787190662782756632189835673600000000000000
%N A081960 Row products of A081957.
%H A081960 James Rayman, <a href="/A081960/b081960.txt">Table of n, a(n) for n = 1..30</a>
%o A081960 (Python)
%o A081960 from functools import reduce
%o A081960 import operator
%o A081960 def a(n): return reduce(operator.mul, row(n), 1) # row(n) is given in A081957. - _James Rayman_, Jan 18 2021
%Y A081960 Cf. A081957, A081958, A081959.
%K A081960 nonn
%O A081960 1,1
%A A081960 _Amarnath Murthy_, Apr 02 2003
%E A081960 Corrected and extended by Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 08 2003
%E A081960 More terms from _James Rayman_, Jan 18 2021