← Complete problem index

PROJECT EULER · #0164

Three Consecutive Digital Sum Limit

Statement only · SolvedOriginal problem ↗

How many 20 digit numbers n (without any leading zero) exist such that no three consecutive digits of n have a sum greater than 9?

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.