A367465 Lexicographically earliest infinite sequence of distinct positive numbers such that, when all terms are written as a product of their prime factors with specific primes as the first and last factor, the product of the two primes adjacent to the commas between the terms equals the magnitude of the difference between the terms.
2, 6, 12, 16, 20, 10, 14, 28, 24, 15, 30, 26, 52, 48, 39, 78, 72, 63, 42, 21, 70, 35, 60, 45, 36, 27, 18, 22, 44, 40, 50, 46, 92, 88, 66, 33, 154, 77, 126, 105, 80, 76, 38, 34, 68, 102, 51, 340, 255, 170, 85, 110, 55, 176, 172, 86, 82, 164, 160, 135, 120, 111, 222, 148, 74, 1443, 962, 481, 312
Offset: 1
Keywords
Examples
The prime factorization of the terms, with the required prime factors in the first and last position, begins: 2, 2*3, 2*3*2, 2*2*2*2, 2*5*2, 5*2, 2*7, 2*7*2, 2*2*2*3, 3*5, 3*5*2, 2*13, 2*13*2, 2*2*2*2*3, 3*13, 2*13*3, 2*2*2*3*3, 3*3*7, 3*2*7, 3*7, 7*2*5, 7*5, 5*2*2*3, 5*3*3, 3*2*2*3, 3*3*3, 3*3*2, 2*11, 2*11*2, 2*2*5*2, 5*5*2, 2*23, 2*23*2,... . a(4) = 16 as a(3) = 12 which is written as 2*3*2, and 16 = 2*2*2*2, so the two primes adjacent to the term separating comma are 2 and 2, and 2*2 = 4, which equals |16 - 12|. Note that after a(3) = 12 there are five possible numbers that would meet the difference requirement : 3, 8, 16, 18, 21. The first is a prime so can be discarded, while choosing 8 forces the following number to be 4, which then has no available choices so would halt the sequence. This leaves 16 as the smallest choice.
Links
- Scott R. Shannon, Table of n, a(n) for n = 1..2500.
Comments