OFFSET
1,2
LINKS
T. D. Noe, Table of n, a(n) for n = 1..10000
EXAMPLE
10 is a term since 10 is not a prime number and the permutation (0)1 is not a prime number either.
MATHEMATICA
t={}; Do[l1=Table[FromDigits[k], {k, Permutations[IntegerDigits[n]]}]; If[Select[l1, PrimeQ]=={}, AppendTo[t, n]], {n, 122}]; t (* Jayanta Basu, May 03 2013 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Lior Manor, Dec 26 2001
STATUS
approved