OFFSET
1,1
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
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
a(n) = 2 * A195052(n).
Sum_{k=1..n} a(k) ~ (n/3) * (log(n) + 2*gamma - 1 + 5*log(2) + 2*log(3)), where gamma is Euler's constant (A001620). - Amiram Eldar, Dec 22 2023
MAPLE
seq(numtheory:-tau(24*n-1), n=1..100); # Robert Israel, Jun 27 2018
MATHEMATICA
Table[DivisorSigma[0, 24*n-1], {n, 100}] (* T. D. Noe, Jan 14 2012 *)
PROG
(GAP) List([1..100], n->Tau(24*n-1)); # Muniru A Asiru, Jun 27 2018
(PARI) a(n) = numdiv(24*n-1); \\ Amiram Eldar, Dec 22 2023
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Jan 13 2012
STATUS
approved