cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-4 of 4 results.

A180679 Numbers with three distinct prime factors which when concatenated in any order form prime numbers.

Original entry on oeis.org

3311, 27181, 32153, 41237, 53977, 86507, 110971, 125069, 208579, 256413, 500981, 543337, 853811, 901949, 964481, 1053787, 1144171, 1197851, 1215731, 1344539, 1385189, 1433659, 1549603, 1674741, 1681547, 1699481, 1973479, 2028181
Offset: 1

Views

Author

James Farrington, Sep 15 2010

Keywords

Comments

The sequence admits only numbers with three distinct prime factors. A denser sequence (a superset) is obtained if prime factors may be repeated. [From R. J. Mathar, Oct 03 2010]
There is no term with four distinct prime factors under 10^8. [From Dmitri Kamenetsky, Sep 29 2012]

Examples

			For 3311, 3311=7 * 11 * 43, and 71143, 74311, 43711, 43117, 11437, 11743 are all prime numbers.
		

Crossrefs

Programs

  • Mathematica
    Take[Union[Times @@@ Select[Subsets[Prime[Range[300]], {3}], And @@ PrimeQ[FromDigits /@ (Flatten /@ (IntegerDigits /@ Permutations[#]))] &]], 30] (* Harvey P. Dale, Jan 29 2011 *)

Extensions

Missing values inserted by R. J. Mathar, Oct 03 2010

A181559 Numbers with three distinct prime factors (each of which may or may not be repeated) which when concatenated in any order form a prime number.

Original entry on oeis.org

3311, 23177, 27181, 32153, 36421, 41237, 53977, 86507, 110971, 125069, 142373, 162239, 190267, 208579, 254947, 256413, 288659, 298991, 353683, 377839, 400631, 500981, 543337, 593747, 769239, 776797, 853811, 875483, 901949, 964481, 996611, 1053787, 1135673
Offset: 1

Views

Author

Harvey P. Dale, Jan 29 2011

Keywords

Comments

This is a superset of A180679 because in this sequence, unlike in A180679, any of the prime factors may (but need not) be repeated as a factor.

Crossrefs

Programs

  • Mathematica
    okQ[n_] := Module[{pfs = Transpose[FactorInteger[n]][[1]]}, Length[pfs] == 3 && And @@ PrimeQ[FromDigits /@ (Flatten /@ (IntegerDigits /@ Permutations[pfs]))]]; Select[Range[2100000], okQ]

A217264 Numbers with 3 or more prime factors (with multiplicity) such that every concatenation of their prime factors is prime.

Original entry on oeis.org

63, 549, 657, 833, 1127, 2009, 3311, 3971, 4149, 5043, 5409, 5491, 10539, 11493, 13059, 13941, 14517, 16839, 17591, 17991, 18621, 19133, 20259, 20781, 21119, 21249, 21537, 22023, 23471, 24183, 25529, 27181, 30897, 31653, 32153, 33271, 33309, 34227, 35443
Offset: 1

Views

Author

Dmitri Kamenetsky, Sep 29 2012

Keywords

Examples

			63 is 3*3*7. 337, 373 and 733 are all prime, so 63 is in the sequence.
		

Crossrefs

A217265 Numbers with 4 or more prime factors (with multiplicity) such that every concatenation of their prime factors is prime.

Original entry on oeis.org

21249, 33271, 89937, 146461, 147833, 148519, 164297, 175257, 211631, 216953, 234269, 254849, 261023, 269941, 311229, 318033, 348823, 377001, 390447, 520209, 561491, 848239, 941679, 943679, 957447, 960957, 1012879, 1110159, 1221431, 1410399, 1525203, 1681729
Offset: 1

Views

Author

Dmitri Kamenetsky, Sep 29 2012

Keywords

Examples

			21249 is 3*3*3*787. 333787, 337873, 378733 and 787333 are all prime, so 21249 is in the sequence.
		

Crossrefs

Showing 1-4 of 4 results.