A215942 a(n) = sigma(6*n) - 12*n.
0, 4, 3, 12, 12, 19, 12, 28, 12, 48, 12, 51, 12, 56, 54, 60, 12, 64, 12, 120, 60, 72, 12, 115, 72, 80, 39, 144, 12, 186, 12, 124, 72, 96, 156, 168, 12, 104, 78, 264, 12, 224, 12, 192, 180, 120, 12, 243, 96, 268, 90, 216, 12, 199, 204, 320, 96, 144, 12, 450
Offset: 1
Keywords
Examples
a(1) = sigma(6) - 2*6 = 12 - 12 = 0.
Links
- Michel Marcus, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Table[DivisorSigma[1,6n]-12n,{n,60}] (* Harvey P. Dale, Aug 10 2024 *)
Formula
a(n) = sigma(6*n) - 12*n.
Comments