login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106659 Smallest semiprime ending in exactly n 5's. 0
15, 55, 1555, 125555, 655555, 1555555, 145555555, 355555555, 8555555555, 85555555555, 155555555555, 1555555555555, 25555555555555, 155555555555555, 17555555555555555, 25555555555555555, 655555555555555555 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3)=1555 is a term because 1555 is the smallest semiprime ending in exactly three 5's.
MATHEMATICA
ssp[n_]:=Module[{k=0, c=FromDigits[Table[5, {n}]]}, While[PrimeOmega[ k*10^n+ c]!=2, k++]; k*10^n+c]; Array[ssp, 20] (* Harvey P. Dale, Mar 29 2015 *)
CROSSREFS
Sequence in context: A082235 A219592 A104724 * A119136 A036522 A227219
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, May 12 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)