OFFSET
1,4
COMMENTS
It appears that this sequence has the same parity as the spt function A092269 (See A195053). - Omar E. Pol, Jan 30 2012
LINKS
George E. Andrews, Frank G. Garvan, and Jie Liang, Self-conjugate vector partitions and the parity of the spt-function, Acta Arith., Vol. 158, No. 3 (2013), pp. 199-218; alternative link; author's link.
FORMULA
Sum_{k=1..n} a(k) ~ (n/6) * (log(n) + 2*gamma - 1 + 5*log(2) + 2*log(3)), where gamma is Euler's constant (A001620). - Amiram Eldar, Dec 22 2023
MATHEMATICA
a[n_] := DivisorSigma[0, 24*n-1]/2; Array[a, 100] (* Amiram Eldar, Dec 22 2023 *)
PROG
(PARI) a(n) = numdiv(24*n-1)/2; \\ Amiram Eldar, Dec 22 2023
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Jan 13 2012
STATUS
approved