OFFSET
1,2
LINKS
G. Bannay, Countdown Problem
Austin T. Mohr, Recursive Python implementation
EXAMPLE
a(3)=5 because using 2 at most thrice we can get 2/2=1, 2=2, 2+(2/2)=3, 2+2=4, but we cannot obtain 5 in the same way.
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Koksal Karakus (karakusk(AT)hotmail.com), Jun 17 2002
EXTENSIONS
a(18)-a(34) from Austin T. Mohr, May 17 2021
STATUS
approved