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!)
A107697 Primes with digital product = 12. 11

%I #9 Sep 08 2022 08:45:18

%S 43,223,431,1223,1621,2161,2213,3221,6121,6211,11261,11621,12161,

%T 12611,13411,21611,26111,41113,41131,61121,61211,111143,111341,111431,

%U 112213,114113,114311,121123,121321,122131,123121,131221,141131,141311,143111

%N Primes with digital product = 12.

%H Vincenzo Librandi, <a href="/A107697/b107697.txt">Table of n, a(n) for n = 1..86</a>

%t Union[ Flatten[ Table[ Select[ Sort[ FromDigits /@ Join[ Permutations[ Flatten[{2, 6, Table[1, {n - 1}]}]], Permutations[ Flatten[{3, 4, Table[1, {n - 1}]}]], Permutations[ Flatten[{2, 2, 3, Table[1, {n - 2}]}] ]]], PrimeQ[ # ] & ], {n, 0, 5}]]]

%t Select[Prime[Range[75000]], Times@@IntegerDigits[#] == 12 &] (* _Vincenzo Librandi_, Jul 27 2016 *)

%o (Magma) [p: p in PrimesUpTo(1000000) | &*Intseq(p) eq 12]; // _Vincenzo Librandi_, Jul 27 2016

%Y Cf. A004022, A107612, A107689, A107690, A107691, A107692, A107693, A107694, A107695, A107696, A107698.

%K base,nonn

%O 1,1

%A _Zak Seidov_ and _Robert G. Wilson v_, May 20 2005

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 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)