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.

A111092 Primes congruent to {1,69} mod 70.

Original entry on oeis.org

71, 139, 211, 281, 349, 419, 421, 491, 631, 701, 769, 839, 911, 1049, 1051, 1259, 1399, 1471, 1609, 1889, 2029, 2099, 2239, 2309, 2311, 2381, 2521, 2591, 2659, 2729, 2731, 2801, 2939, 3011, 3079, 3221, 3359, 3361
Offset: 1

Views

Author

Keywords

Comments

For every prime p here, the cyclotomic polynomial Phi(35p,x) is flat.

Crossrefs

Programs

  • Magma
    [p: p in PrimesUpTo(4000) | p mod 70 in [1, 69]]; // Vincenzo Librandi, Aug 14 2012
  • Mathematica
    Select[Prime[Range[500]], MemberQ[{1, 69}, Mod[#, 70]] &] (* Vincenzo Librandi, Aug 14 2012 *)

Extensions

Edited by T. D. Noe, May 19 2009