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.

A306751 Numbers k such that 9*10^(2*k) + 3*10^k + 1 is prime.

Original entry on oeis.org

0, 5, 14, 77, 104, 2603, 2657, 24029
Offset: 1

Views

Author

Seiichi Manyama, Aug 15 2019

Keywords

Examples

			         13 is prime ==> a(1) = 0.
        931 = 7^2 * 19.
      90301 = 73 * 1237.
    9003001 = 7 * 757 * 1699.
  900030001 = 13 * 4969 * 13933.
90000300001 is prime ==> a(2) = 5.
		

Crossrefs

Programs

  • PARI
    for(k=0, 1e3, if(ispseudoprime(9*100^k+3*10^k+1), print1(k", ")))

Extensions

a(8) from Michael S. Branicky, Sep 05 2024