A354960 a(1) = 1, a(2) = 2; for n > 2, a(n) is the smallest positive number not occurring earlier that is a multiple of the number of proper divisors of a(n-1).
1, 2, 3, 4, 6, 9, 8, 12, 5, 7, 10, 15, 18, 20, 25, 14, 21, 24, 28, 30, 35, 27, 33, 36, 16, 32, 40, 42, 49, 22, 39, 45, 50, 55, 48, 54, 56, 63, 60, 11, 13, 17, 19, 23, 26, 51, 57, 66, 70, 77, 69, 72, 44, 65, 75, 80, 81, 52, 85, 78, 84, 88, 91, 87, 90, 99, 95, 93, 96, 110, 98, 100, 64, 102, 105, 112
Offset: 1
Examples
a(3) = 3 as a(2) = 2 which has one proper divisor, and 2 is the smallest unused multiple of 1. a(5) = 6 as a(4) = 4 which has two proper divisors, and 6 is the smallest unused multiple of 2. a(9) = 5 as a(8) = 12 which has five proper divisors, and 5 is the smallest unused multiple of 5.
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000
- Michael De Vlieger, Annotated log-log scatterplot of a(n), n - 1..2^16, showing records in red, local minima in blue, fixed points in gold, primes in green, and prime powers in cyan.
- Michael De Vlieger, Log-log scatterplot of a(n) n = 1..2^12, with a color function indicating tau(a(n-1))-1.
- Scott R. Shannon, Image of the first 50000 terms. The green line is y = n.
- Scott R. Shannon, Image of the first 50000 terms with color. Terms containing prime factors 17, 13, 11, 7, 5, 3, 2 are colored purple, blue, green, yellow, orange, red, and white respectively. All other terms are colored gray.
- Scott R. Shannon, Image of the first 500000 terms.
Comments