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

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106556 Smallest number formed by concatenating the two factors of a semiprime. 1
22, 23, 33, 25, 27, 35, 37, 112, 55, 132, 113, 172, 57, 192, 133, 223, 77, 173, 115, 193, 229, 231, 135, 233, 237, 117, 241, 175, 243, 293, 137, 313, 247, 195, 253, 337, 235, 259, 177, 1111, 261, 341, 343, 197, 267, 347, 271, 1113, 295, 273, 315, 279, 353 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
First semiprime is 4; 4 is 2*2 -> 22.
Second semiprime is 6; 6 is 2*3 -> 23.
...
Eighth semiprime is 22; 22 is 11*2 -> 112 (and not 211).
MATHEMATICA
f[n_]:=Module[{ids=IntegerDigits/@Transpose[FactorInteger[n]][[1]], a, b}, a =FromDigits[ Join[ First[ids], Last[ids]]]; b=FromDigits[ Join[ Last[ids], First[ids]]]; Min[a, b]]; f/@Select[Range[200], PrimeOmega[#] ==2&] (* Harvey P. Dale, Jun 20 2011 *)
CROSSREFS
Sequence in context: A260994 A114963 A146755 * A106554 A118297 A022392
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, May 09 2005
EXTENSIONS
More terms from Harvey P. Dale, Jun 20 2011
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 December 3 19:10 EST 2023. Contains 367540 sequences. (Running on oeis4.)