OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Bruce C. Berndt and Ken Ono, Ramanujan's unpublished manuscript on the partition and tau functions with proofs and commentary, Séminaire Lotharingien de Combinatoire, B42c (1999), 63 pp.
Stephen C. Milne, New infinite families of exact sums of squares formulas, Jacobi elliptic functions and Ramanujan's tau function, Proc. Natl. Acad. Sci. USA, 93 (1996), pp. 15004-15008.
MATHEMATICA
Table[DivisorSigma[0, RamanujanTau[n]], {n, 100}] (* T. D. Noe, Aug 22 2011 *)
PROG
(Perl) use ntheory ":all"; say scalar(divisors(abs(ramanujan_tau($_)))) for 1..100; # Dana Jacobsen, Sep 05 2015
(PARI) a(n)=numdiv(abs(ramanujantau(n))) \\ Charles R Greathouse IV, Feb 08 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Ctibor O. Zizka, Dec 18 2007
EXTENSIONS
Corrected and extended by Carl Najafi, Aug 21 2011
STATUS
approved