|
Search: id:A072274
|
|
|
| A072274 |
|
List of Ormiston prime pairs. |
|
+0 2
|
|
| 1913, 1931, 18379, 18397, 19013, 19031, 25013, 25031, 34613, 34631, 35617, 35671, 35879, 35897, 36979, 36997, 37379, 37397, 37813, 37831, 40013, 40031, 40213, 40231, 40639, 40693, 45613, 45631, 48091, 48109, 49279, 49297, 51613, 51631
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Given the n-th prime, it is occasionally possible to form the (n+1)th prime using the same digits in a different order. Such a pair is an Ormiston Pair.
Ormiston Pairs occur rarely but randomly. It is thought that there are infinitely many but this has not been proved. They always differ by a multiple of 18. Ormiston Triples may exist but must be very large.
|
|
REFERENCES
|
A. Edwards, AAMT magazine (The Australian Maths Teacher) in an article to be published late in 2002.
|
|
EXAMPLE
|
Although 179 and 197 are composed of the same digits, they do not form an Ormiston Pair as several other primes intervene (i.e. 181, 191, 193.)
|
|
MATHEMATICA
|
a = {1}; b = {2}; Do[b = Sort[ IntegerDigits[ Prime[n]]]; If[a == b, Print[ Prime[n - 1], ", ", Prime[n]]]; a = b, {n, 1, 10^4}]
|
|
CROSSREFS
|
Cf. A069567.
Sequence in context: A124628 A112947 A069793 this_sequence A069567 A077087 A061374
Adjacent sequences: A072271 A072272 A072273 this_sequence A072275 A072276 A072277
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Andy Edwards (AndynGen(AT)aol.com), Jul 09 2002
|
|
EXTENSIONS
|
Edited and corrected by Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 15 2002
|
|
|
Search completed in 0.002 seconds
|