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.

A137652 Numbers k such that 12^k + 5 is prime.

Original entry on oeis.org

1, 2, 3, 8, 21, 26, 31, 50, 55, 69, 392, 661, 12648, 31038
Offset: 1

Views

Author

Zak Seidov, Feb 01 2008

Keywords

Comments

a(14) > 15000. - Jinyuan Wang, Mar 05 2020

Crossrefs

Programs

  • Mathematica
    Do[If[PrimeQ[(12^n+5)],Print[n]],{n,2000}]
  • PARI
    is(n)=ispseudoprime(12^n+5) \\ Charles R Greathouse IV, Jun 06 2017

Extensions

a(13) from Jinyuan Wang, Mar 05 2020
a(14) from Michael S. Branicky, Jul 07 2024