OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
J. M. Rushforth, Congruence properties of the partition function and associated functions, Mathematical Proceedings of the Cambridge Philosophical Society, Vol. 48, No. 3 (1952), pp. 402-413.
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^3 * sigma_5(n) (mod 32) (Rushforth, 1952). - Amiram Eldar, Jan 05 2025
MATHEMATICA
a[n_] := Mod[RamanujanTau[n], 32]; Array[a, 100] (* Amiram Eldar, Jan 05 2025 *)
PROG
(PARI) a(n) = ramanujantau(n) % 32; \\ Amiram Eldar, Jan 05 2025
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 25 2007
STATUS
approved