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.

A263540 Values of k in A263539.

Original entry on oeis.org

1, 1, 1, 1, 1, 17, 25, 37, 265, 5, 93, 2395, 1443, 3935, 2757, 5865
Offset: 1

Views

Author

Jeppe Stig Nielsen, Oct 20 2015

Keywords

Crossrefs

Programs

  • PARI
    terms=12; p=1; for(n=1, terms, q=p+2; while(!ispseudoprime(q), q+=2*p); print1((q-2)/p, ", "); p*=q)