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.

A089539 a(n) is the least semiprime > n!.

Original entry on oeis.org

4, 4, 9, 25, 121, 721, 5041, 40321, 362885, 3628801, 39916803, 479001617, 6227020801, 87178291201, 1307674368007, 20922789888002, 355687428096003, 6402373705728023, 121645100408832001, 2432902008176640001, 51090942171709440011, 1124000727777607680029, 25852016738884976640003
Offset: 1

Views

Author

Ray Chandler, Nov 09 2003

Keywords

Crossrefs

Programs

  • Mathematica
    lsn[n_]:=Module[{sp=n!+1},While[PrimeOmega[sp]!=2,sp++];sp]; Array[lsn,25] (* Harvey P. Dale, Mar 30 2024 *)

Formula

a(n) = n! + A085747(n).

Extensions

Better name, more terms from Jinyuan Wang, Jul 31 2021