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.

A076243 Remainder when 3rd-order prime ppp(n) = A038580(n) is divided by n.

Original entry on oeis.org

0, 1, 1, 3, 2, 5, 4, 3, 8, 9, 5, 7, 10, 5, 7, 3, 2, 11, 17, 1, 20, 21, 11, 19, 12, 17, 14, 17, 18, 19, 18, 23, 28, 27, 11, 19, 15, 7, 2, 21, 40, 25, 31, 1, 19, 15, 9, 31, 46, 47, 10, 15, 43, 23, 14, 9, 17, 19, 18, 41, 24, 27, 50, 3, 14, 29, 13, 3, 4, 39, 21, 1, 47, 19, 31, 13, 6, 17
Offset: 1

Views

Author

Labos Elemer, Oct 08 2002

Keywords

Crossrefs

Programs

  • Mathematica
    MapIndexed[Mod[#1, First@ #2] &, Nest[Prime, Range@ 79, 3]] (* Michael De Vlieger, Jul 22 2017 *)

Formula

a(n) = ppp(n) mod n = A038580(n) mod n.