Generate Golomb's sequence up to the given number.

If n=4, then

seq = [1, 2, 2, 3, 3, 4, 4, 4]

If n=6, then

seq = [1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 6]

Solution Stats

30 Solutions

18 Solvers

Last Solution submitted on Feb 21, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...