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-15 of 15 results.

A039711 a(n) = n-th prime modulo 13.

Original entry on oeis.org

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

Views

Author

Keywords

Crossrefs

Programs

Formula

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

A039712 a(n) = n-th prime modulo 14.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 3, 5, 9, 1, 3, 9, 13, 1, 5, 11, 3, 5, 11, 1, 3, 9, 13, 5, 13, 3, 5, 9, 11, 1, 1, 5, 11, 13, 9, 11, 3, 9, 13, 5, 11, 13, 9, 11, 1, 3, 1, 13, 3, 5, 9, 1, 3, 13, 5, 11, 3, 5, 11, 1, 3, 13, 13, 3, 5, 9, 9, 1, 11, 13, 3, 9, 3, 9, 1, 5, 11, 5, 9
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

Formula

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

A039713 a(n) = n-th prime modulo 15.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 2, 4, 8, 14, 1, 7, 11, 13, 2, 8, 14, 1, 7, 11, 13, 4, 8, 14, 7, 11, 13, 2, 4, 8, 7, 11, 2, 4, 14, 1, 7, 13, 2, 8, 14, 1, 11, 13, 2, 4, 1, 13, 2, 4, 8, 14, 1, 11, 2, 8, 14, 1, 7, 11, 13, 8, 7, 11, 13, 2, 1, 7, 2, 4, 8, 14, 7, 13, 4, 8, 14, 7
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

Formula

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

A039714 a(n) = n-th prime modulo 16.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 1, 3, 7, 13, 15, 5, 9, 11, 15, 5, 11, 13, 3, 7, 9, 15, 3, 9, 1, 5, 7, 11, 13, 1, 15, 3, 9, 11, 5, 7, 13, 3, 7, 13, 3, 5, 15, 1, 5, 7, 3, 15, 3, 5, 9, 15, 1, 11, 1, 7, 13, 15, 5, 9, 11, 5, 3, 7, 9, 13, 11, 1, 11, 13, 1, 7, 15, 5, 11, 15, 5
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

Formula

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

A103571 Sum of the (primes > 5 modulo 17).

Original entry on oeis.org

7, 18, 31, 31, 33, 39, 51, 65, 68, 75, 84, 97, 99, 107, 117, 133, 136, 141, 152, 167, 171, 183, 199, 200, 205, 212, 223, 231, 243, 244, 247, 260, 275, 279, 289, 303, 306, 315, 326, 330, 336, 346, 358, 365, 367, 373, 381, 393, 394, 397, 410, 412, 420, 434, 450
Offset: 1

Views

Author

Roger L. Bagula, Mar 23 2005

Keywords

Crossrefs

Programs

  • Mathematica
    a = Table[Sum[Mod[Prime[i + 3], 17], {i, 1, n}], {n, 1, 200}]

Formula

a(n+1)-a(n) = A039715(n+4).
Previous Showing 11-15 of 15 results.