Problem 164: Numbers for which no three consecutive digits have a sum greater than a given value

FCC link

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?

Test

{{test}}

Console output