OFFSET
1,3
LINKS
Seiichi Manyama, Table of n, a(n) for n = 1..10000
George E. Andrews and Bruce C. Berndt, Ramanujan's Unpublished Manuscript on the Partition and Tau Functions, in: Ramanujan's Lost Notebook, Part III, Springer, New York, NY, 2012.
H. P. F. Swinnerton-Dyer, On l-adic representations and congruences for coefficients of modular forms, pp. 1-55 of Modular Functions of One Variable III (Antwerp 1972), Lect. Notes Math., 350, 1973.
FORMULA
a(n) == n * sigma_9(n) (mod 25) (Andrews and Berndt, 2012, eq. (5.4.2), p. 98). - Amiram Eldar, Jan 04 2025
MATHEMATICA
a[n_] := Mod[RamanujanTau[n], 25]; Array[a, 100] (* Amiram Eldar, Jan 04 2025 *)
PROG
(PARI) a(n) = ramanujantau(n) % 25; \\ Amiram Eldar, Jan 04 2025
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 25 2007
STATUS
approved