cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A126823 Ramanujan numbers (A000594) read mod 8192.

Original entry on oeis.org

1, 8168, 252, 6720, 4830, 2144, 7832, 2560, 1045, 6960, 2132, 5888, 3894, 448, 4744, 4096, 8114, 7688, 3628, 896, 7584, 6176, 6472, 6144, 2471, 4848, 6552, 5632, 5222, 832, 3424, 0, 4784, 1872, 6096, 1856, 1342, 3040, 6440, 3072, 2938, 6400, 3764, 7424, 1078
Offset: 1

Views

Author

N. J. A. Sloane, Feb 25 2007

Keywords

References

  • Oddmund Kolberg, Congruences for Ramanujan's Function ̈tau(n), Univ. Bergen Årbok Naturvit Rekke, No. 11, 1962.

Crossrefs

Programs

  • Mathematica
    a[n_] := Mod[RamanujanTau[n], 8192]; Array[a, 100] (* Amiram Eldar, Jan 05 2025 *)
  • PARI
    a(n) = ramanujantau(n) % 8192; \\ Amiram Eldar, Jan 05 2025

Formula

a(n) == 1217 * sigma_11(n) (mod 8192) for n == 3 (mod 8) (Kolberg, 1962). - Amiram Eldar, Jan 05 2025