You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
156 B
PHP

<?php
/*
* Gnieark's anwser to euler problem 25
* https://projecteuler.net/problem=25
*/
echo intval((log(10)*999 + (log(5)/2) ) / log(1.61803398875)) +1;