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.

A137653 Numbers k such that 12^k + 7 is prime.

Original entry on oeis.org

1, 2, 4, 5, 6, 20, 21, 22, 28, 58, 120, 144, 1100, 1926, 2892, 4773, 5214, 17241, 18980, 31265
Offset: 1

Views

Author

Zak Seidov, Feb 01 2008

Keywords

Crossrefs

Programs

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

Extensions

a(15)-a(17) from Jinyuan Wang, Mar 03 2020
a(18)-a(19) from Michael S. Branicky, Mar 15 2023
a(20) from Michael S. Branicky, Jul 28 2024