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”).

A015995
a(n) = (tau(n^3)+2)/3.
6
1, 2, 2, 3, 2, 6, 2, 4, 3, 6, 2, 10, 2, 6, 6, 5, 2, 10, 2, 10, 6, 6, 2, 14, 3, 6, 4, 10, 2, 22, 2, 6, 6, 6, 6, 17, 2, 6, 6, 14, 2, 22, 2, 10, 10, 6, 2, 18, 3, 10, 6, 10, 2, 14, 6, 14, 6, 6, 2, 38, 2, 6, 10, 7, 6, 22, 2, 10, 6, 22, 2, 24, 2, 6, 10, 10, 6, 22, 2, 18, 5, 6, 2, 38, 6, 6
OFFSET
1,2
LINKS
FORMULA
a(n) = (2+A048785(n))/3. - R. J. Mathar, May 07 2021
MATHEMATICA
Table[(DivisorSigma[0, n^3]+2)/3, {n, 90}] (* Harvey P. Dale, Apr 30 2018 *)
PROG
(PARI) a(n)=(numdiv(n^3)+2)/3 \\ Charles R Greathouse IV, May 01 2013
(PARI) a(n)=my(f=factor(n)[, 2]); prod(i=1, #f, 3*f[i]+1)\3+1 \\ Charles R Greathouse IV, May 01 2013
KEYWORD
nonn
EXTENSIONS
Definition corrected by Vladeta Jovovic, Sep 03 2005
STATUS
approved