Skip to main content
added 46 characters in body
Source Link
JungHwan Min
  • 14k
  • 3
  • 24
  • 74

Mathematica, 22 20 bytes

(t=Table)@@t[#,#+1]& 

(* or *)

Table@@Table[#,#+1]&

Mathematica, 22 20 bytes

(t=Table)@@t[#,#+1]&

Mathematica, 22 20 bytes

(t=Table)@@t[#,#+1]& 

(* or *)

Table@@Table[#,#+1]&
added 8 characters in body
Source Link
JungHwan Min
  • 14k
  • 3
  • 24
  • 74

Mathematica, 2222 20 bytes

Fold[t=Table,#(t=Table)@@t[#,#~t~#]&#+1]&

Mathematica, 22 bytes

Fold[t=Table,#,#~t~#]&

Mathematica, 22 20 bytes

(t=Table)@@t[#,#+1]&
Source Link
JungHwan Min
  • 14k
  • 3
  • 24
  • 74

Mathematica, 22 bytes

Fold[t=Table,#,#~t~#]&