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.

Showing 1-4 of 4 results.

A039709 a(n) = n-th prime modulo 11.

Original entry on oeis.org

2, 3, 5, 7, 0, 2, 6, 8, 1, 7, 9, 4, 8, 10, 3, 9, 4, 6, 1, 5, 7, 2, 6, 1, 9, 2, 4, 8, 10, 3, 6, 10, 5, 7, 6, 8, 3, 9, 2, 8, 3, 5, 4, 6, 10, 1, 2, 3, 7, 9, 2, 8, 10, 9, 4, 10, 5, 7, 2, 6, 8, 7, 10, 3, 5, 9, 1, 7, 6, 8, 1, 7, 4, 10, 5, 9, 4, 1, 5, 2, 1, 3, 2, 4, 10, 3
Offset: 1

Views

Author

Clark Kimberling, Dec 11 1999

Keywords

Crossrefs

Programs

Formula

a(A049084(A137977(n-1))) = even; a(A049084(A137978(n-1))) = odd. - Reinhard Zumkeller, Feb 25 2008
Sum_k={1..n} a(k) ~ (11/2)*n. - Amiram Eldar, Dec 11 2024

A045356 Primes congruent to {0, 2, 4} mod 5.

Original entry on oeis.org

2, 5, 7, 17, 19, 29, 37, 47, 59, 67, 79, 89, 97, 107, 109, 127, 137, 139, 149, 157, 167, 179, 197, 199, 227, 229, 239, 257, 269, 277, 307, 317, 337, 347, 349, 359, 367, 379, 389, 397, 409, 419, 439, 449, 457, 467
Offset: 1

Views

Author

Keywords

Comments

A039703(A049084(a(n))) = even; complement of A045429. - Reinhard Zumkeller, Feb 25 2008

Crossrefs

Programs

  • Magma
    [ p: p in PrimesUpTo(1000) | p mod 5 in {0, 2, 4} ]; // Vincenzo Librandi, Aug 07 2012
  • Mathematica
    Select[Prime[Range[400]], MemberQ[{0, 2, 4}, Mod[#, 5]] &] (* Vincenzo Librandi, Aug 07 2012 *)
    Select[Prime[Range[100]], EvenQ[Mod[#, 5]] &]  (* Zak Seidov, Aug 31 2012 *)
    Select[Flatten[#+{0,2,4}&/@(5*Range[0,100])],PrimeQ] (* Harvey P. Dale, Sep 14 2019 *)

A045370 Primes congruent to {0, 2, 4, 6} mod 7.

Original entry on oeis.org

2, 7, 11, 13, 23, 37, 41, 53, 67, 79, 83, 97, 107, 109, 137, 139, 149, 151, 163, 167, 179, 181, 191, 193, 223, 233, 251, 263, 277, 293, 307, 317, 331, 347, 349, 359, 373, 389, 401, 419, 431, 433, 443, 457, 461
Offset: 1

Views

Author

Keywords

Comments

A039705(A049084(a(n))) = even; complement of A045415. - Reinhard Zumkeller, Feb 25 2008

Crossrefs

Programs

  • Magma
    [ p: p in PrimesUpTo(600) | p mod 7 in {0..6 by 2} ]; // Vincenzo Librandi, Aug 10 2012
  • Mathematica
    Select[Prime[Range[300]],MemberQ[{0,2,4,6},Mod[#,7]]&] (* Vincenzo Librandi, Aug 10 2012 *)
    Select[Prime[Range[110]], EvenQ[Mod[#, 7]] & ] (* Bruno Berselli, Aug 31 2012 *)

A137978 Primes congruent to {1, 3, 5, 7, 9} modulo 11.

Original entry on oeis.org

3, 5, 7, 23, 29, 31, 47, 53, 67, 71, 73, 89, 97, 113, 137, 139, 157, 163, 179, 181, 199, 223, 227, 229, 251, 269, 271, 293, 311, 313, 317, 331, 337, 353, 359, 379, 383, 397, 401, 419, 421, 443, 449, 463, 467, 487, 491, 509, 557, 577, 599, 601, 617, 619, 641
Offset: 1

Views

Author

Reinhard Zumkeller, Feb 25 2008

Keywords

Comments

A039709(A049084(a(n))) = odd; complement of A137977.

Crossrefs

Programs

  • Magma
    [ p: p in PrimesUpTo(740) | p mod 11 in {1, 3, 5, 7, 9} ] // Vincenzo Librandi, Jan 25 2011
  • Mathematica
    Select[Flatten[# + {1, 3, 5, 7, 9}&/@(11Range[0, 80])], PrimeQ] (* Harvey P. Dale, Jan 15 2011 *)
Showing 1-4 of 4 results.