OFFSET
1,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..81
EXAMPLE
22 belong to the sequence because (2*2)+1=5, (2*2)-1=3, (2+2)+1=5, (2+2)-1=3 and 2+2=2*2.
PROG
(PARI) isok(k) = my(d=digits(k), s=vecsum(d)); s == vecprod(d) && isprime(s+1) && isprime(s-1) \\ Harry J. Smith, Jul 25 2009
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Felice Russo, May 22 2001
EXTENSIONS
4 and 6 added by Abdul Gaffar Khan, Nov 29 2015
STATUS
approved