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.

A108764 Products of exactly two supersingular primes (A002267).

Original entry on oeis.org

4, 6, 9, 10, 14, 15, 21, 22, 25, 26, 33, 34, 35, 38, 39, 46, 49, 51, 55, 57, 58, 62, 65, 69, 77, 82, 85, 87, 91, 93, 94, 95, 115, 118, 119, 121, 123, 133, 141, 142, 143, 145, 155, 161, 169, 177, 187, 203, 205, 209, 213, 217, 221, 235, 247, 253, 287, 289, 295, 299
Offset: 1

Views

Author

Jonathan Vos Post, Jun 17 2005

Keywords

Comments

There are exactly 15 supersingular primes: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 41, 47, 59 and 71 (A002267). The supersingular primes are exactly the set of primes that divide the group order of the Monster group.
Peter Luschny's link shows how this sequence may be connected to Schinzel-Sierpinski conjecture and the Calkin-Wilf tree.

Examples

			1207 = 17 * 71, 3337 = 47 * 71.
		

References

  • E. Dijkstra, Selected Writings on Computing, Springer, 1982, p. 232.
  • Ogg, A. P. "Modular Functions." In The Santa Cruz Conference on Finite Groups. Held at the University of California, Santa Cruz, Calif., 1979 (Ed. B. Cooperstein and G. Mason). Providence, RI: Amer. Math. Soc., pp. 521-532, 1980.
  • Silverman, J. H. The Arithmetic of Elliptic Curves II. New York: Springer-Verlag, 1994.

Crossrefs

Programs

  • Mathematica
    Union[ Times @@@ Tuples[{2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 41, 47, 59, 71}, 2]] (*Robert G. Wilson v, Feb 11 2011 *)

Formula

{a(n)} = {p*q: p in A002267 and q in A002267}.