The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A077334 Smallest number beginning with 9 and having exactly n distinct prime divisors. 27
9, 91, 90, 910, 9030, 90090, 903210, 9699690, 900029130, 9146807670, 901741380540, 9426343036110, 900781858106130, 90004386781078770, 914836017997511610, 90100977291211496610, 9000008798605567472730, 900002983747159323401370 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 91 = 13*7.
PROG
(PARI) a(n) = {i = prod(i=1, n, prime(i)); while ((digits(i)[1] != 9) || (omega(i)!= n), i++); i; } \\ Michel Marcus, Sep 14 2013
CROSSREFS
Sequence in context: A274953 A157558 A157584 * A020243 A239867 A217959
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 04 2002
EXTENSIONS
a(5)-a(10) from Ray Chandler, Apr 17 2005
More terms from Ray Chandler, May 02 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 May 15 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)