A366111 a(1) = 1; a(2) = 2; for n > 2, a(n) is the smallest positive number that has not yet appeared such that |a(n) - a(n-1)| is a divisor of a(n)*a(n-1), and where |a(n) - a(n-1)| > 1.
1, 2, 4, 6, 3, 12, 8, 10, 5, 30, 15, 18, 9, 36, 20, 16, 14, 7, 56, 24, 21, 28, 26, 13, 182, 84, 35, 40, 32, 34, 17, 306, 102, 51, 42, 33, 22, 11, 132, 44, 46, 23, 552, 138, 69, 60, 45, 48, 39, 52, 50, 25, 150, 75, 66, 54, 27, 108, 72, 63, 70, 65, 78, 74, 37, 1406, 684, 171, 90, 80, 55, 110, 85
Offset: 1
Keywords
Examples
a(6) = 12 as |12 - 3| = 9, and 9 is a divisor of 12*3 = 36. No smaller unused number has this property.
Links
- Scott R. Shannon, Table of n, a(n) for n = 1..10000.
Comments