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.

A076242 Remainder when 3rd order prime A038580(n) is divided by n-th prime=A000040(n).

Original entry on oeis.org

1, 2, 1, 3, 6, 10, 5, 8, 17, 19, 27, 31, 38, 35, 28, 39, 17, 17, 10, 38, 68, 63, 13, 55, 48, 4, 74, 100, 37, 29, 47, 121, 115, 136, 105, 28, 128, 109, 159, 90, 114, 31, 151, 4, 86, 108, 81, 147, 149, 189, 185, 119, 231, 166, 88, 238, 197, 233, 64, 186, 258, 111, 128, 260
Offset: 1

Views

Author

Labos Elemer, Oct 08 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Mod[Prime[Prime[Prime[n]]],Prime[n]],{n,70}] (* Harvey P. Dale, Sep 28 2013 *)

Formula

a(n) = Mod[A038580(n), A000040(n)]