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.

Previous Showing 11-13 of 13 results.

A242124 a(n) = n-th prime modulo 26.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 17, 19, 23, 3, 5, 11, 15, 17, 21, 1, 7, 9, 15, 19, 21, 1, 5, 11, 19, 23, 25, 3, 5, 9, 23, 1, 7, 9, 19, 21, 1, 7, 11, 17, 23, 25, 9, 11, 15, 17, 3, 15, 19, 21, 25, 5, 7, 17, 23, 3, 9, 11, 17, 21, 23, 7, 21, 25, 1, 5, 19, 25, 9, 11, 15, 21
Offset: 1

Views

Author

Vincenzo Librandi, May 05 2014

Keywords

Crossrefs

Cf. similar sequences listed in A242119.

Programs

  • Magma
    [p mod(26): p in PrimesUpTo(500)];
    
  • Mathematica
    Mod[Prime[Range[100]], 26]
  • Sage
    [mod(p, 26) for p in primes(500)] # Bruno Berselli, May 05 2014

Formula

Sum_k={1..n} a(k) ~ 13*n. - Amiram Eldar, Dec 12 2024

A242126 a(n) = n-th prime modulo 28.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 17, 19, 23, 1, 3, 9, 13, 15, 19, 25, 3, 5, 11, 15, 17, 23, 27, 5, 13, 17, 19, 23, 25, 1, 15, 19, 25, 27, 9, 11, 17, 23, 27, 5, 11, 13, 23, 25, 1, 3, 15, 27, 3, 5, 9, 15, 17, 27, 5, 11, 17, 19, 25, 1, 3, 13, 27, 3, 5, 9, 23, 1, 11, 13, 17, 23
Offset: 1

Views

Author

Vincenzo Librandi, May 05 2014

Keywords

Crossrefs

Cf. similar sequences listed in A242119.

Programs

  • Magma
    [p mod(28): p in PrimesUpTo(500)];
    
  • Mathematica
    Mod[Prime[Range[100]], 28]
  • Sage
    [mod(p, 28) for p in primes(500)] # Bruno Berselli, May 05 2014

Formula

Sum_k={1..n} a(k) ~ 14*n. - Amiram Eldar, Dec 13 2024

A242127 a(n) = n-th prime modulo 29.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 17, 19, 23, 0, 2, 8, 12, 14, 18, 24, 1, 3, 9, 13, 15, 21, 25, 2, 10, 14, 16, 20, 22, 26, 11, 15, 21, 23, 4, 6, 12, 18, 22, 28, 5, 7, 17, 19, 23, 25, 8, 20, 24, 26, 1, 7, 9, 19, 25, 2, 8, 10, 16, 20, 22, 3, 17, 21, 23, 27, 12, 18, 28, 1, 5, 11
Offset: 1

Views

Author

Vincenzo Librandi, May 05 2014

Keywords

Crossrefs

Cf. similar sequences listed in A242119.

Programs

  • Magma
    [p mod(29): p in PrimesUpTo(500)];
    
  • Mathematica
    Mod[Prime[Range[100]], 29]
  • Sage
    [mod(p, 29) for p in primes(500)] # Bruno Berselli, May 05 2014

Formula

Sum_k={1..n} a(k) ~ (29/2)*n. - Amiram Eldar, Dec 13 2024
Previous Showing 11-13 of 13 results.