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.

Showing 1-1 of 1 results.

A155854 Numbers k such that 13*k + 3 is not prime.

Original entry on oeis.org

1, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87
Offset: 1

Views

Author

Vincenzo Librandi, Jan 29 2009

Keywords

Crossrefs

Programs

  • Magma
    [n: n in [0..90] | not IsPrime(13*n + 3)]; // Vincenzo Librandi, Oct 15 2012
  • Mathematica
    Select[Range[100], !PrimeQ[13 # + 3] &]

Extensions

Data corrected by Harvey P. Dale, Sep 11 2011
Showing 1-1 of 1 results.