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!)
A092518 Primes p with no zero digits such that (the digit product of p) plus p is also prime. 5
23, 29, 61, 67, 83, 163, 233, 239, 283, 293, 347, 349, 431, 439, 443, 449, 499, 563, 569, 613, 617, 619, 653, 659, 677, 683, 743, 929, 941, 1123, 1163, 1217, 1231, 1237, 1249, 1289, 1297, 1321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
a(2) = 29: 29+2(9) = 29+18 = 47 which is prime.
MATHEMATICA
Select[Prime[Range[300]], DigitCount[#, 10, 0]==0&&PrimeQ[#+Times@@ IntegerDigits[ #]]&] (* Harvey P. Dale, Jan 27 2020 *)
PROG
(PARI) dprod(n)=n=digits(n); prod(i=1, #n, n[i])
is(n)=my(d=dprod(n)); d && isprime(n+d) && isprime(n) \\ Charles R Greathouse IV, Dec 27 2013
CROSSREFS
Cf. A053666.
Sequence in context: A063980 A046124 A157677 * A355983 A110584 A115396
KEYWORD
nonn,base
AUTHOR
Ray G. Opao, Apr 06 2004
EXTENSIONS
Definition clarified by Harvey P. Dale, Jan 27 2020
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)