Stream.iterate: The `iterate` method in the Stream API generates a sequential stream by repeatedly applying a function to an initial seed value. It is ideal for creating streams of increasing numbers or patterns that follow an iterative process.

https://en.wikipedia.org/wiki/Java_version_history#JDK_8