Problem 57 of Project Euler is pretty simple forward. It is very easy to see the following relation:
Simple code and was done. Here’s that:
public int getCount(int numberOfExpansions) {
int count = 0;
BigInteger numerator = BigInteger.valueOf(3);
...Continue Reading ?
OCT
