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!)
A091465 Smallest prime with digit product 6^n. 7
11, 23, 149, 389, 6389, 38669, 89899, 688999, 4998989, 46998899, 288989999, 2688989999, 8889899999, 68898899999, 1488988999999, 3888998899999, 128889898999999, 348889899899999, 1888888999999999, 16888888999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
NextPrim[n_] := Block[{k = n + 1}, While[ !PrimeQ[k], k++ ]; k]; a = Table[0, {10}]; p = 2; Do[ q = Log[6, Times @@ IntegerDigits[p]]; If[q != 0 && IntegerQ[q] && a[[q]] == 0, a[[q]] = p; Print[q, " = ", p]]; p = NextPrim[p], {n, 1, 10^9}]; a
CROSSREFS
Sequence in context: A027899 A106388 A171068 * A261352 A018979 A181147
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, Jan 12 2004
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 September 9 08:49 EDT 2024. Contains 375762 sequences. (Running on oeis4.)