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.

A007659 Primes p such that Ramanujan number tau(p) is divisible by p.

Original entry on oeis.org

2, 3, 5, 7, 2411, 7758337633
Offset: 1

Views

Author

Keywords

Comments

Primes at which cusp form Delta_12 (see A007332) is not ordinary.
a(5) was found by Newman (1972). - Amiram Eldar, Jan 06 2025

References

  • Morris Newman, A table of tau(p) modulo p, p prime, 3 <= p <= 16067, National Bureau of Standards, 1972.
  • Joe Roberts, Lure of the Integers, Math. Assoc. America, 1992, p. 275.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A000594, A007332. A proper subset of A063938.

Programs

  • Mathematica
    Select[ Prime[ Range[ 5133]], Mod[ RamanujanTau[ # ], # ] == 0 &] (* Dean Hickerson, Jan 03 2003 *)
    Select[Prime[Range[400]],Divisible[RamanujanTau[#],#]&] (* The program generates the first 5 terms of the sequence. *) (* Harvey P. Dale, Jun 06 2022 *)

Extensions

a(6) = 7758337633 from N. Lygeros and O. Rozier, Mar 16 2010. - N. J. A. Sloane, Mar 16 2010
Edited by Max Alekseyev, Jul 11 2010