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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084354 Primes such that the product of the nonzero digits + 1 is prime. 1
2, 11, 23, 29, 41, 43, 47, 61, 67, 89, 101, 149, 163, 167, 211, 223, 227, 229, 233, 251, 257, 263, 269, 281, 349, 367, 383, 401, 409, 419, 431, 433, 439, 463, 491, 521, 523, 569, 587, 601, 607, 613, 617, 631, 643, 659, 661, 673, 761, 769, 809, 821, 827, 857 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

okQ[n_]:=Module[{idn=IntegerDigits[n]}, PrimeQ[1+Times@@Select[idn, #>0&]]]

Select[Prime[Range[150]], okQ]  [From Harvey P. Dale, Jan. 20, 2011]

CROSSREFS

Cf. A066725.

Sequence in context: A185545 A001032 A045386 * A066725 A087340 A106927

Adjacent sequences:  A084351 A084352 A084353 * A084355 A084356 A084357

KEYWORD

base,easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jun 22 2003

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 14 22:18 EST 2012. Contains 205671 sequences.