Skip to main content
3 of 3
added 66 characters in body
Ev_genus
  • 351
  • 1
  • 7

Python (111) (113) no *

r=lambda x,y:(x for _ in range(y));t=lambda x,y:reduce(lambda y,x:reduce(lambda x,y:sum(r(x,y)),r(x,y)),r(x,y),1) 

6***3 - 36k digits))

Upd: Have to add initial value, to fit t(X,0)=1

Ev_genus
  • 351
  • 1
  • 7