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.

A051110 Duplicate of A124586.

Original entry on oeis.org

113, 293, 317, 523, 773, 839, 863, 887, 953, 1069, 1129, 1259, 1327, 1381, 1409, 1583, 1637, 1669, 1759, 1831, 1847, 1913, 1933, 1951, 2039, 2113, 2161, 2179, 2221, 2251, 2311, 2357, 2423, 2477, 2503, 2557, 2593, 2633, 2753, 2803, 2819, 2861, 2939, 2971, 3023
Offset: 1

Views

Author

Keywords

Programs

  • PARI
    isok(n) = isprime(n) && (fn = ((n-1)! + 1)) && ((fn % (n+2)) == 1) && ((fn % (n+4)) == 1) && ((fn % (n+6)) == 1) && ((fn % (n+8)) == 1) && ((fn % (n+10)) == 1) && ((fn % (n+12)) == 1); \\ Michel Marcus, Dec 31 2013

Extensions

More terms from Michel Marcus, Dec 31 2013