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.

Showing 1-1 of 1 results.

A126847 Ramanujan numbers (A000594) read mod 23^3.

Original entry on oeis.org

1, 12143, 252, 10695, 4830, 6119, 7590, 11478, 8027, 5750, 11431, 6233, 6278, 345, 460, 1609, 4922, 2024, 3128, 7935, 2461, 5497, 3428, 8877, 2807, 7499, 2761, 8993, 8279, 1127, 10280, 9752, 9200, 3542, 529, 10580, 11845, 10097, 346, 5888, 3334, 1771, 5428
Offset: 1

Views

Author

N. J. A. Sloane, Feb 25 2007

Keywords

Crossrefs

Cf. A000594, A126845 (mod 23^1), A126846 (mod 23^2), this sequence (mod 23^3).

Programs

  • Mathematica
    a[n_] := Mod[RamanujanTau[n], 12167]; Array[a, 100] (* Amiram Eldar, Jan 06 2025 *)
  • PARI
    a(n) = ramanujantau(n) % 12167; \\ Amiram Eldar, Jan 06 2025
Showing 1-1 of 1 results.