A086108 Numbers n with the following property: Every symmetric polynomial of the digits of n is prime. (A symmetric polynomial is unchanged by any permutation of its variables, so the symmetric polynomials of {a,b,c} would be a+b+c,ab+bc+ac and abc.)
2, 3, 5, 7, 12, 21, 113, 115, 131, 151, 311, 511
Offset: 1
Examples
The number 131 is in the sequence because every symmetric polynomial of {1,3,1} is prime: 1+3+1=5, 1*3+3*1+1*1=7 and 1*3*1=3 are all prime.
Links
- Eric Weisstein's World of Mathematics, Symmetric Polynomial
Extensions
Corrected by Adam M. Kalman (mocha(AT)clarityconnect.com), Nov 30 2004
Comments