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.

A126824 Ramanujan numbers (A000594) read mod 16384.

Original entry on oeis.org

1, 16360, 252, 14912, 4830, 10336, 16024, 2560, 1045, 15152, 10324, 5888, 12086, 8640, 4744, 4096, 8114, 7688, 11820, 896, 7584, 14368, 14664, 6144, 10663, 4848, 6552, 5632, 5222, 832, 11616, 0, 12976, 1872, 14288, 1856, 9534, 11232, 14632, 11264, 2938, 14592
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], 16384]; Array[a, 100] (* Amiram Eldar, Jan 05 2025 *)
  • PARI
    a(n) = ramanujantau(n) % 16384; \\ Amiram Eldar, Jan 05 2025

Formula

a(n) == 705 * sigma_11(n) (mod 16384) for n == 7 (mod 8) (Kolberg, 1962). - Amiram Eldar, Jan 05 2025