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.

A147683 Numbers n with property that 6n-1 is in A053182.

Original entry on oeis.org

1, 3, 7, 10, 12, 15, 17, 22, 28, 29, 49, 64, 113, 117, 124, 127, 129, 138, 140, 143, 152, 182, 183, 194, 197, 199, 203, 229, 238, 248, 260, 264, 285, 302, 308, 322, 329, 355, 379, 385, 390, 402, 444, 455, 465, 493, 495, 502, 507, 523, 537, 542, 568, 575, 582
Offset: 1

Views

Author

Zak Seidov, Nov 10 2008

Keywords

Crossrefs

Cf. A053182.

Programs

  • PARI
    isok(n) = isprime(p=6*n-1) && isprime(p^2+p+1); \\ Michel Marcus, Oct 15 2013