static L firstNCubes(int n) { ret virtualList(n, i -> cubed(i+1)); }