OFFSET
1,1
COMMENTS
The terms are never squares. For n>=2, 2^n+3^n falls into a pattern of quadratic non-residues, taken modulo 20: 13, 15, 17, 15, 13, 15, 17, 15, ... - Jack Brennen, Dec 25 2005
a(n) is always even because 2^n+3^n is never a quadratic residue modulo 15. - Jose Brox (tautocrona(AT)terra.es), Dec 27 2005
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..546
FORMULA
EXAMPLE
a(3)=48 because 2^3+3^3=8+27=35 has divisors 1,5,7,35 sum of which is 48.
MATHEMATICA
Table[DivisorSigma[1, 2^n+3^n], {n, 1, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Dec 26 2005
EXTENSIONS
More terms from Amiram Eldar, Dec 19 2019
STATUS
approved