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

A126838
Ramanujan numbers (A000594) read mod 7^3.
3
1, 319, 252, 243, 28, 126, 63, 102, 233, 14, 218, 182, 217, 203, 196, 325, 28, 239, 294, 287, 98, 256, 193, 322, 81, 280, 126, 217, 121, 98, 98, 80, 56, 14, 49, 24, 291, 147, 147, 112, 112, 49, 282, 152, 7, 170, 91, 266, 196, 114, 196, 252, 134, 63, 273, 252, 0, 183, 42
OFFSET
1,2
LINKS
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.
MATHEMATICA
a[n_] := Mod[RamanujanTau[n], 343]; Array[a, 100] (* Amiram Eldar, Jan 05 2025 *)
PROG
(PARI) a(n) = ramanujantau(n) % 343; \\ Amiram Eldar, Jan 05 2025
CROSSREFS
Cf. A000594, A126836 (mod 7^1), A126837 (mod 7^2), this sequence (mod 7^3).
Sequence in context: A262846 A225579 A261281 * A153048 A053020 A250660
KEYWORD
nonn,changed
AUTHOR
N. J. A. Sloane, Feb 25 2007
STATUS
approved