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”).

A086563
Smallest number of the form 10^k +1 with n distinct prime divisors.
1
2, 10001, 1001, 100000000001, 1000000001, 1000000000000000000000000000000000001, 1000000000000001, 1000000000000000000000000000000001, 1000000000000000000000000000000000000001
OFFSET
1,1
EXAMPLE
a(5) = 1000000001= 7*11*13*19*52579 has five prime divisors.
MATHEMATICA
With[{c=10^Range[0, 40]+1}, Flatten[Table[Select[c, PrimeNu[#]==n&, 1], {n, 10}]]] (* Harvey P. Dale, Aug 12 2012 *)
CROSSREFS
Cf. A085564.
Sequence in context: A285692 A340546 A343700 * A023328 A294324 A349510
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 31 2003
EXTENSIONS
More terms from Sascha Kurz, Sep 22 2003
STATUS
approved