login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A162664
a(n) = sigma(n) + tau(n)^2.
2
2, 7, 8, 16, 10, 28, 12, 31, 22, 34, 16, 64, 18, 40, 40, 56, 22, 75, 24, 78, 48, 52, 28, 124, 40, 58, 56, 92, 34, 136, 36, 99, 64, 70, 64, 172, 42, 76, 72, 154, 46, 160, 48, 120, 114, 88, 52, 224, 66, 129, 88, 134, 58, 184, 88, 184, 96, 106, 64, 312, 66, 112, 140, 176, 100
OFFSET
1,1
COMMENTS
Row 2 of A162663.
LINKS
MATHEMATICA
Table[DivisorSigma[1, n] + DivisorSigma[0, n]^2, {n, 65}] (* Robert A. Russell, Apr 28 2018 *)
PROG
(PARI) a(n) = sigma(n) + numdiv(n)^2; \\ Michel Marcus, Apr 28 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved