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.

A215761 Numbers m with property that 36m+11 is prime.

Original entry on oeis.org

0, 1, 2, 5, 6, 7, 12, 13, 16, 18, 23, 25, 26, 27, 28, 30, 32, 36, 40, 41, 42, 43, 46, 50, 51, 56, 57, 58, 61, 62, 65, 67, 68, 70, 75, 78, 81, 82, 83, 90, 92, 93, 96, 98, 103, 107, 111, 113, 118, 126, 127, 130, 133, 135, 137, 140, 141, 145, 147, 152, 153, 155
Offset: 1

Views

Author

Zak Seidov, Aug 23 2012

Keywords

Comments

36m+11 is a term in A073609.

Crossrefs

Cf. A073609.

Programs

  • Mathematica
    Select[Range[0,200],PrimeQ[36#+11]&] (* Harvey P. Dale, Oct 09 2018 *)
  • PARI
    isok(n) = isprime(36*n+11); \\ Michel Marcus, Oct 19 2013

Formula

a(n) = (A073609(n+2)-11)/36 (note offset 0 in A073609).