A365412 a(n) = sigma(6*n+2). Sum of the divisors of 6*n+2, n >= 0.
3, 15, 24, 42, 42, 63, 60, 84, 93, 120, 96, 126, 114, 186, 132, 168, 171, 210, 216, 210, 186, 255, 204, 336, 222, 300, 240, 294, 324, 372, 336, 336, 294, 465, 312, 378, 330, 504, 432, 420, 399, 480, 384, 588, 480, 558, 420, 504, 540, 570, 456, 672, 474, 762, 492, 588, 549, 660, 744
Offset: 0
Crossrefs
Programs
-
Mathematica
Table[DivisorSigma[1, 6*n + 2], {n, 0, 60}] (* Amiram Eldar, Sep 09 2023 *)
Comments