sequence

abstract fun sequence(start: Int, end: Int, step: Int, timeInterval: Int): Flow<Int>