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.

A126834 Ramanujan numbers (A000594) read mod 125.

Original entry on oeis.org

1, 101, 2, 28, 80, 77, 6, 105, 107, 80, 112, 56, 12, 106, 35, 11, 66, 57, 45, 115, 12, 62, 22, 85, 25, 87, 45, 43, 5, 35, 82, 71, 99, 41, 105, 121, 61, 45, 24, 25, 67, 87, 42, 11, 60, 97, 121, 22, 43, 25, 7, 86, 52, 45, 85, 5, 90, 5, 10, 105, 37, 32, 17, 18, 85, 124, 116, 98, 44
Offset: 1

Views

Author

N. J. A. Sloane, Feb 25 2007

Keywords

Crossrefs

Cf. A126832 (mod 5^1), A126833 (mod 5^2), this sequence (mod 5^3), A126835 (mod 5^4).

Programs

  • Mathematica
    Mod[RamanujanTau@ #, 125] & /@ Range@ 69 (* Michael De Vlieger, Apr 26 2016 *)
  • PARI
    a(n) = ramanujantau(n) % 125; \\ Amiram Eldar, Jan 05 2025

Formula

a(n) = (5*n^2*sigma_7(n) - 4*n*sigma_2(n)) mod 125, for n coprime to 5. - Michel Marcus, Apr 26 2016