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.

A217656 Primes p such that p = 361 + 420*k for some k.

Original entry on oeis.org

1201, 1621, 3301, 4561, 5821, 6661, 8761, 9181, 9601, 10861, 11701, 12541, 13381, 14221, 15061, 15901, 16741, 17581, 19681, 20101, 20521, 22621, 23041, 25561, 25981, 26821, 27241, 28081, 28921, 29761, 30181, 33961, 34381, 35221, 36061, 36901, 37321
Offset: 1

Views

Author

Joshua S.M. Weiner, Oct 09 2012

Keywords

Comments

This is one prime congruence class of a wheel factorization of mod 420. The wheel has 96 spokes.

Programs

  • Mathematica
    Select[Prime[Range[50000]], Mod[#, 420]== 361 &]