login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Row products of A081957.
4

%I #7 Jan 19 2021 01:09:38

%S 2,48,25920,522547200,632073093120000,68810005209415680000000,

%T 922882872556916481982464000000000,

%U 1930928443374224487368323197252403200000000000,848408612299117898787190662782756632189835673600000000000000

%N Row products of A081957.

%H James Rayman, <a href="/A081960/b081960.txt">Table of n, a(n) for n = 1..30</a>

%o (Python)

%o from functools import reduce

%o import operator

%o def a(n): return reduce(operator.mul, row(n), 1) # row(n) is given in A081957. - _James Rayman_, Jan 18 2021

%Y Cf. A081957, A081958, A081959.

%K nonn

%O 1,1

%A _Amarnath Murthy_, Apr 02 2003

%E Corrected and extended by Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 08 2003

%E More terms from _James Rayman_, Jan 18 2021