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.

A126818 Ramanujan numbers (A000594) read mod 256.

Original entry on oeis.org

1, 232, 252, 64, 222, 96, 152, 0, 21, 48, 84, 0, 54, 192, 136, 0, 178, 8, 44, 128, 160, 32, 72, 0, 167, 240, 152, 0, 102, 64, 96, 0, 176, 80, 208, 64, 62, 224, 40, 0, 122, 0, 180, 0, 54, 64, 16, 0, 169, 88, 56, 128, 110, 192, 216, 0, 80, 112, 228, 0, 198, 0, 120, 0, 212, 128, 188
Offset: 1

Views

Author

N. J. A. Sloane, Feb 25 2007

Keywords

Crossrefs

Programs

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

Formula

a(n) == sigma_11(n) (mod 256) for n odd (Bambah and Chowla, 1947; Andrews and Berndt, 2012, eq. (5.12.26), p. 118). - Amiram Eldar, Jan 05 2025