2 lines
82 B
Text
2 lines
82 B
Text
|
|
n = 0; NestWhile[Flatten@{#, If[perniciousQ[++n], n, {}]} &, {}, Length@# < 25 &]
|