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.

A126839 Ramanujan numbers (A000594) read mod 11.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Feb 25 2007

Keywords

Crossrefs

Cf. A000594, this sequence (mod 11^1), A126840 (mod 11^2), A126841 (mod 11^3), A006571.

Programs

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

Formula

a(n) = A006571(n) (mod 11), n >= 1. For a proof see the Cowles link under A006571. See also the R. J. Mathar formula there. - Wolfdieter Lang, Feb 16 2016