SELECT arrayMap(i -> ((i * 432000) + toDateTime('2021-01-01 00:00:00')), range(7))
┌─arrayMap(lambda(tuple(i), plus(multiply(i, 432000), toDateTime('2021-01-01 00:00:00'))), range(7))──────────────────────────────────────────────────────────┐
│ ['2021-01-01 00:00:00','2021-01-06 00:00:00','2021-01-11 00:00:00','2021-01-16 00:00:00','2021-01-21 00:00:00','2021-01-26 00:00:00','2021-01-31 00:00:00'] │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘