A359256 a(1) = 1, a(2) = 2; for n > 2, a(n) is the smallest positive number which has not appeared such that all the distinct prime factors of a(n-1) + a(n) are factors of a(n).
1, 2, 6, 3, 24, 8, 56, 42, 7, 336, 48, 16, 112, 84, 12, 4, 28, 21, 60, 15, 10, 22, 66, 30, 18, 9, 72, 36, 45, 80, 20, 5, 120, 40, 85, 204, 39, 78, 26, 38, 90, 35, 14, 50, 75, 150, 93, 186, 57, 114, 102, 34, 94, 162, 54, 27, 216, 108, 135, 240, 144, 99, 198, 44, 77, 266, 95, 380, 132, 110, 11
Offset: 1
Keywords
Examples
a(3) = 6 as a(2) + 6 = 2 + 6 = 8 which has 2 as its only distinct prime factor, and 2 is a factor of 6. a(8) = 42 as a(7) + 42 = 56 + 42 = 96 which has 2 and 3 as distinct prime factors, and 2 and 3 are factors of 42. a(10) = 336 as a(9) + 336 = 7 + 336 = 343 which has 7 as its only distinct prime factor, and 7 is a factor of 336. Note that 336 = 7(7^2-1).
Links
- Scott R. Shannon, Table of n, a(n) for n = 1..10000.
Comments