login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098797 Numbers n (with no zero digits) with property that n raised to the product of its digits plus the sum of its digits is prime. 0
1, 11, 17, 34, 187, 232, 1132, 3112, 3173, 6127, 11413, 12112, 12331, 13213, 14311, 14731, 22231, 23221, 41911, 43117 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(21) > 51111. [From Donovan Johnson (donovan.johnson(AT)yahoo.com), Mar 14 2010]

EXAMPLE

a(4)=34: 34^(3*4)+(3+4) = 2386420683693101063, which is prime.

MATHEMATICA

14731, 22231, 23221

f[n_] := Block[{d = Sort[IntegerDigits[n]]}, d[[1]] != 0 && PrimeQ[n^(Times @@ d) + Plus @@ d]]; Do[ If[ f[n], Print[n]], {n, 36625}] (from Robert G. Wilson v Oct 23 2004)

CROSSREFS

Sequence in context: A165667 A086711 A039514 * A098649 A078872 A181421

Adjacent sequences:  A098794 A098795 A098796 * A098798 A098799 A098800

KEYWORD

nonn,base

AUTHOR

Ray G. Opao (1260(AT)email.com), Oct 05 2004

EXTENSIONS

8 more terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 30 2004

a(16)-a(20) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Mar 14 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:00 EST 2012. Contains 206050 sequences.