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.

A100497 Numbers n such that (2^n+1)^4-2 is a semiprime.

Original entry on oeis.org

0, 2, 3, 4, 6, 8, 10, 12, 16, 19, 22, 43, 44, 45, 52, 67, 76, 117, 130, 151, 169, 208, 232, 262
Offset: 1

Views

Author

Jonathan Vos Post, Nov 23 2004

Keywords

Comments

a(20) >= 151. - Hugo Pfoertner, Jul 24 2019
a(25) >= 361. - Tyler Busby, Feb 17 2023

Crossrefs

Cf. A100496, n such that (2^n+1)^4-2 is prime.

Programs

  • Mathematica
    Select[Range[0,130],PrimeOmega[(2^#+1)^4-2]==2&] (* Harvey P. Dale, Sep 02 2016 *)

Extensions

Corrected by Hugo Pfoertner, Nov 25 2004
a(20)-a(24) from Tyler Busby, Feb 17 2023