Project Euler 12 - Highly divisible triangular number
Project Euler 12 - Highly divisible triangular number
Official link: https://projecteuler.net/problem=12
Official link: https://projecteuler.net/problem=12
We can quickly find nth Triangular Number, then we can use my Divisor Function in my essential functions
Input an integer (yourinput)
Code will output the first triangle number to have over yourinput divisors