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.

A299158 Numbers k such that k*(k+1) divides tau(k), where tau(k) = A000594(k) is Ramanujan's tau function.

Original entry on oeis.org

2, 3, 5, 6, 7, 20, 27, 45, 91, 160, 240, 243, 343, 384, 792, 896, 2639, 1163799
Offset: 1

Views

Author

Seiichi Manyama, Feb 04 2018

Keywords

Comments

a(19) > 5*10^6.
Numbers k such that A299165(k) = 0.
Intersection of A063938 and A299157.

Crossrefs

Programs

  • Mathematica
    Select[Range[1000], Divisible[RamanujanTau[#], #*(#+1)] &] (* Amiram Eldar, Jan 10 2025 *)
  • PARI
    isok(k) = !(ramanujantau(k) % (k*(k+1))); \\ Amiram Eldar, Jan 10 2025
Showing 1-1 of 1 results.