OFFSET
1,2
LINKS
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), pp. 63.
S. 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.
FORMULA
a(n) = number of divisors of abs. value of Ramanujan tau numbers.
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