The count-and-say sequence starts with '1'. Each term describes the previous term. Generate the nth term.
n=1: '1' n=2: '11' (one 1) n=3: '21' (two 1s) n=4: '1211' (one 2, then one 1) n=5: '111221'
Unlock hints progressively β start gentle, go deeper only if needed.
Level 1: Gentle Nudge
A subtle direction
Level 2: Approach
The algorithm to use
Level 3: Detailed
Step-by-step guidance
to save progress and use AI features