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.

A095192 Smallest semiprime with same leading digits as n!.

This page as a plain text file.
%I A095192 #5 May 05 2019 11:38:28
%S A095192 10,21,62,247,1202,7201,50401,403201,3628801,36288001,399168002,
%T A095192 4790016001,62270208001,871782912007,130767436800017,209227898880001,
%U A095192 3556874280960001,64023737057280001,12164510040883200031
%N A095192 Smallest semiprime with same leading digits as n!.
%t A095192 ssp[n_]:=Module[{f=n!,k=0},While[PrimeOmega[10^Max[IntegerLength[k],1] f+k]!=2,k++];10^Max[1,IntegerLength[k]] f+k]; Array[ssp,20] (* _Harvey P. Dale_, May 05 2019 *)
%Y A095192 Cf. A068844, A001358.
%K A095192 base,nonn
%O A095192 1,1
%A A095192 _Jason Earls_, Jun 21 2004