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.

A195439 Numbers n such that 16^n + 1 is a semiprime.

Original entry on oeis.org

3, 5, 7, 8, 10, 16, 23, 26, 32, 37, 64, 89, 149, 173, 251, 307, 317, 956, 30197, 46058
Offset: 1

Views

Author

Arkadiusz Wesolowski, Oct 19 2011

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[37], PrimeOmega[16^# + 1] == 2 &] (* Arkadiusz Wesolowski, Dec 15 2011 *)