login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A095192
Smallest semiprime with same leading digits as n!.
0
10, 21, 62, 247, 1202, 7201, 50401, 403201, 3628801, 36288001, 399168002, 4790016001, 62270208001, 871782912007, 130767436800017, 209227898880001, 3556874280960001, 64023737057280001, 12164510040883200031
OFFSET
1,1
MATHEMATICA
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 *)
CROSSREFS
Sequence in context: A156592 A045973 A095679 * A356761 A096564 A041196
KEYWORD
base,nonn
AUTHOR
Jason Earls, Jun 21 2004
STATUS
approved