login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A115301
Permutations of decimal digits 1-9 giving three 3-digit primes.
2
127463859, 127643859, 127859463, 127859643, 149257683, 149257863, 149263587, 149263857, 149563827, 149587263, 149653827, 149683257, 149827563, 149827653, 149857263, 149863257, 157463829, 157643829, 157829463, 157829643, 163457829
OFFSET
1,1
COMMENTS
There are 816 such permutations, last six a(811)-a(816) being 983467521, 983521467, 983521647, 983641257, 983647251, 983647521.
LINKS
Eric M. Schmidt, Table of n, a(n) for n = 1..816 (complete sequence)
EXAMPLE
127463859 => 127, 463, 859 all prime; 127643859 => 127, 643, 859 all prime etc.
MATHEMATICA
Select[Permutations[Range[9]], Union[PrimeQ/@FromDigits/@Partition[ #, 3]]--{True}&]
CROSSREFS
Sequence in context: A319065 A344832 A334346 * A256118 A036341 A184648
KEYWORD
fini,full,nonn,base
AUTHOR
Zak Seidov, Mar 04 2006
STATUS
approved