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.

A137236 Numbers k such that 13^k + 4 is prime.

Original entry on oeis.org

0, 1, 2, 6, 10, 15, 94, 198, 219, 4543, 11511, 12638, 45606
Offset: 1

Views

Author

Jason Earls, Mar 08 2008

Keywords

Comments

a(14) > 10^5. - Tyler NeSmith, May 09 2021

Programs

  • PARI
    for(n=0,300,if(isprime(13^n+4),print1(n",")))

Extensions

a(13) from Lelio R. Paula contributed by Iain Fox, Nov 24 2017