Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089298
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089298 Smallest prime with digit product 10^n. +0
6
11, 251, 14551, 155581, 4545551, 45555581, 555555881, 44555555581, 455555558581, 5555555888551, 255555555585881, 14555555558558851, 155555555858885551, 2555555555558885851, 45555555555585855881 (list; graph; listen)
OFFSET

0,1

COMMENT

These numbers may not contain the digits {0, 3, 6, 7 or 9} and must end with the digit 1. Also the number of 2's plus half the number of 4's plus a quarter of the number of 8's must equal the number of 5's which in turn must equal n. - Robert G. Wilson v Nov 06 2003.

EXAMPLE

a(4) = 4545551 and the digit product = 10^4.

MATHEMATICA

NextPrim[n_] := Block[{k = n + 1}, While[ !PrimeQ[k], k++ ]; k]; a = Table[0, {10}]; p = 2; Do[ q = Log[10, 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

Cf. A089365, A088653, A090840, A091465, A090841.

Adjacent sequences: A089295 A089296 A089297 this_sequence A089299 A089300 A089301

Sequence in context: A041220 A098672 A056210 this_sequence A012154 A009055 A009067

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Oct 30 2003

EXTENSIONS

Edited, corrected and extended Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 06 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research