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.

A228093 Primes congruent to 5 (mod 504).

Original entry on oeis.org

5, 509, 1013, 3533, 6053, 8069, 8573, 10589, 11093, 11597, 12101, 13109, 13613, 14621, 15629, 18149, 19157, 19661, 23189, 24197, 26717, 28229, 29741, 31253, 32261, 33773, 34781, 36293, 39317, 39821, 40829, 41333, 43853, 44357, 45869, 46877, 47381, 50909, 51413
Offset: 1

Views

Author

Joshua S.M. Weiner, Aug 09 2013

Keywords

Programs

  • Magma
    [p: p in PrimesUpTo(105500) | p mod 504 eq 5 ];
  • Maple
    select(isprime, [5+504*i$i=0..200])[];  # Alois P. Heinz, Jan 01 2022
  • Mathematica
    Select[Prime@Range[6000], MemberQ[{5}, Mod[#, 504]] &] (* Vincenzo Librandi, Apr 05 2015 *)

Extensions

Missing a(30)=39821 inserted by Georg Fischer, Jan 01 2022