OFFSET
1,1
LINKS
James Rayman, Table of n, a(n) for n = 1..30
PROG
(Python)
from functools import reduce
import operator
def a(n): return reduce(operator.mul, row(n), 1) # row(n) is given in A081957. - James Rayman, Jan 18 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 02 2003
EXTENSIONS
Corrected and extended by Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 08 2003
More terms from James Rayman, Jan 18 2021
STATUS
approved