// archives

Recursion

This tag is associated with 2 posts

Project Euler 172 Solution

Find how many 18-digit numbers (without leading zeros) there are such that no digit occurs more than three times in base 10.

Project Euler 197 Solution

Investigating the behavior of a recursively defined sequence.