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-2 of 2 results.

A020243 Strong pseudoprimes to base 17.

Original entry on oeis.org

9, 91, 145, 781, 1111, 2821, 4033, 4187, 5365, 5833, 6697, 7171, 15805, 19729, 21781, 22791, 24211, 26245, 31621, 33001, 33227, 34441, 35371, 38081, 42127, 49771, 71071, 74665, 77293, 78881, 88831, 96433, 97921, 98671, 101101, 102311, 125563, 129493
Offset: 1

Views

Author

Keywords

Crossrefs

Superset of A188755.

Programs

  • PARI
    /* with A001262 */
    isA020243(n)={ isStrongPsp(n,17) }
    { for(n=1,300000000,
            if(isA020243(n), print(n) ;) ;
    ) ;
    } /* R. J. Mathar, Mar 07 2012 */

A209395 Strong pseudoprimes to bases 19, 23 and 29.

Original entry on oeis.org

4224533, 5903497, 16462297, 22028203, 44068001, 336273211, 1067437801, 1813073653, 1876485691, 1894909141, 2072488771, 2458231903, 2791053541, 2827961221, 3733646491, 4333572253
Offset: 1

Views

Author

R. J. Mathar, Mar 07 2012

Keywords

Comments

Intersection of A020245, A020249 and A020255.

Crossrefs

Programs

Showing 1-2 of 2 results.