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.

A033633 a(n) = n-th prime modulo 19.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 17, 0, 4, 10, 12, 18, 3, 5, 9, 15, 2, 4, 10, 14, 16, 3, 7, 13, 2, 6, 8, 12, 14, 18, 13, 17, 4, 6, 16, 18, 5, 11, 15, 2, 8, 10, 1, 3, 7, 9, 2, 14, 18, 1, 5, 11, 13, 4, 10, 16, 3, 5, 11, 15, 17, 8, 3, 7, 9, 13, 8, 14, 5, 7, 11, 17, 6, 12, 18, 3, 9, 17, 2, 10
Offset: 1

Views

Author

Armand Turpel (armand_t(AT)yahoo.com)

Keywords

Crossrefs

Cf. similar sequences listed in A242119.

Programs

Formula

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