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!)
A225438 Odd numbers such that no permutation of its digits yields a prime. 0
1, 9, 15, 21, 25, 27, 33, 39, 45, 49, 51, 55, 57, 63, 65, 69, 75, 77, 81, 85, 87, 93, 99, 105, 111, 117, 123, 129, 135, 141, 147, 153, 155, 159, 161, 165, 171, 177, 183, 185, 187, 189, 195, 201, 205, 207, 213, 219, 221, 225, 231, 237, 243, 245, 247, 249 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Subset of A067013.
LINKS
EXAMPLE
105 is a member since none of 105, 150, 15, 51, 510, 501 is a prime.
MATHEMATICA
t={}; Do[If[Length[Select[Table[FromDigits[k], {k, Permutations[IntegerDigits[n]]}], PrimeQ]]==0, AppendTo[t, n]], {n, 1, 250, 2}]; t
CROSSREFS
Cf. A067013.
Sequence in context: A100819 A046446 A046350 * A175076 A046337 A359596
KEYWORD
nonn,base
AUTHOR
Jayanta Basu, May 08 2013
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)