OFFSET
0,3
PROG
(Python)
import math
for n in range(20):
print(math.factorial(n**3)//math.factorial(n**3-n), end=', ')
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
Alex Ratushnyak, Jun 29 2013
STATUS
approved