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.

A126814 Ramanujan numbers (A000594) read mod 16.

Original entry on oeis.org

1, 8, 12, 0, 14, 0, 8, 0, 5, 0, 4, 0, 6, 0, 8, 0, 2, 8, 12, 0, 0, 0, 8, 0, 7, 0, 8, 0, 6, 0, 0, 0, 0, 0, 0, 0, 14, 0, 8, 0, 10, 0, 4, 0, 6, 0, 0, 0, 9, 8, 8, 0, 14, 0, 8, 0, 0, 0, 4, 0, 6, 0, 8, 0, 4, 0, 12, 0, 0, 0, 8, 0, 10, 0, 4, 0, 0, 0, 0, 0, 9, 0, 12, 0, 12, 0, 8, 0, 10, 0, 0, 0, 0, 0, 8, 0, 2, 8, 4, 0
Offset: 1

Views

Author

N. J. A. Sloane, Feb 25 2007

Keywords

Crossrefs

Programs

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

Formula

a(n) == n^3 * sigma(n) (mod 16) (Rushforth, 1952). - Amiram Eldar, Jan 04 2025