OFFSET
1,1
LINKS
T. D. Noe, Table of n, a(n) for n = 1..10000
EXAMPLE
18 is a term since it is composite and the permutation 81 is composite too.
MATHEMATICA
t={}; Do[l1=Table[FromDigits[k], {k, Permutations[IntegerDigits[n]]}]; If[Select[l1, PrimeQ] == {} && FreeQ[l1, 1] == True, AppendTo[t, n]], {n, 123}]; t (* Jayanta Basu, May 03 2013 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Lior Manor, Dec 26 2001
STATUS
approved