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.

A073650 Define the composite field of a prime q to be f(q) = (t,s) if p, q, r are three consecutive primes and q-p = t and r-q = s. This is a sequence of primes q with field (2,6).

Original entry on oeis.org

31, 61, 73, 151, 271, 433, 571, 601, 1033, 1063, 1231, 1291, 1321, 1453, 1621, 2131, 2341, 2383, 2551, 2713, 2791, 3301, 3541, 4021, 4051, 4093, 4651, 4723, 5101, 5443, 5521, 5641, 5743, 5851, 6271, 6361, 6571, 6703, 6961, 7213, 8011, 9001, 9043, 9343
Offset: 1

Views

Author

Amarnath Murthy, Aug 09 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Transpose[Select[Partition[Prime[Range[1200]],3,1],Differences[#] == {2,6}&]][[2]] (* Harvey P. Dale, Jul 23 2011 *)

Extensions

More terms from Benoit Cloitre, Aug 13 2002