OFFSET
1,3
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..388
EXAMPLE
The sixth term is (6^6 + 1)/ (6^(2^1) + 1) = 1261, since 2^1 is highest power of 2 dividing 6.
MATHEMATICA
Array[(#^# + 1)/(#^(2^IntegerExponent[#, 2]) + 1) &, 19] (* Michael De Vlieger, Dec 11 2017 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Jul 24 2000
STATUS
approved