OFFSET
0,1
LINKS
T. D. Noe, Table of n, a(n) for n = 0..200
MATHEMATICA
With[{d144=Divisors[144]}, Table[Total[d144^n], {n, 0, 15}]] (* Harvey P. Dale, Mar 11 2012 *)
Total[#^Range[0, 20]&/@Divisors[144]] (* Vincenzo Librandi, Apr 17 2014 *)
DivisorSigma[Range[0, 15], 144] (* Harvey P. Dale, Feb 26 2022 *)
PROG
(Magma) [DivisorSigma(n, 144): n in [0..20]]; // Vincenzo Librandi, Apr 17 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved