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.

A082952 Smaller of the two factors of the n-th semiprime number of the form m!+1.

Original entry on oeis.org

5, 11, 7, 71, 61, 11, 83, 23, 71, 20639383, 811, 401, 1697, 29, 67411, 14029308060317546154181, 12893, 12318573951317236818169524329, 79, 16567, 6653, 293, 229758023927584562777368125832724248866067995638905559798117
Offset: 1

Views

Author

Hugo Pfoertner, May 26 2003

Keywords

Examples

			a(3)=7 because A078778(3)!+1=6!+1=721=7*103
		

Crossrefs

Programs

  • Mathematica
    FactorInteger[#][[1,1]]&/@Select[Range[50]!+1,PrimeOmega[#]==2&] (* The program generates the first 17 terms of the sequence. To generate more, increase the Range constant but the program may take a long time to run.*) (* Harvey P. Dale, Dec 11 2023 *)

Formula

Numbers p such that p*q=A078778(n)!+1, p, q prime, p