[int64]$i = 0 While ( $True ) { [Convert]::ToString( ++$i, 8 ) }