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