You are given two positive integers: 5 and 21. We say a positive integer x is representable if it can be written in the form
for some non‑negative integers a and b (i.e., using any number of 5s and 21s, order does not matter).
For example, 99 is representable because:
Find the smallest integer N such that every integer greater than or equal to N is representable.
Output this minimal value of N.