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!)
A037049 Smallest number with two distinct prime factors both of length n. 0
6, 143, 10403, 1022117, 100160063, 10002200057, 1000036000099, 100000980001501, 10000004400000259, 1000000016000000063, 100000000520000000627, 10000000002200000000057, 1000000000100000000002379, 100000000000880000000001887, 10000000000009800000000002077 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3)=10403 -> equals 101 * 103.
MATHEMATICA
tdpf[n_]:=Module[{f1=NextPrime[Floor[Sqrt[10^n]]]}, {IntegerLength[f1], f1* NextPrime[f1]}]; Join[{6}, Table[SelectFirst[Array[tdpf, 50], #[[1]]==n&], {n, 2, 20}][[All, 2]]] (* Harvey P. Dale, Apr 06 2018 *)
CROSSREFS
Sequence in context: A349069 A111839 A349076 * A196811 A200457 A128785
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Jan 04 1999
EXTENSIONS
Corrected and extended by Harvey P. Dale, Apr 06 2018
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 18 15:48 EDT 2024. Contains 371780 sequences. (Running on oeis4.)