A345730 Variation on the Inventory Sequence A342585: record the number of occurrences of previous terms with an incrementing number of given divisors until 0 is recorded, then restart the divisor count from 0. See the Comments.
0, 1, 1, 0, 2, 2, 2, 0, 3, 2, 5, 0, 4, 2, 7, 1, 0, 5, 3, 10, 1, 1, 0, 6, 5, 11, 1, 2, 0, 7, 6, 14, 1, 4, 0, 8, 7, 15, 2, 6, 0, 9, 7, 17, 3, 7, 0, 10, 7, 21, 3, 9, 0, 11, 7, 24, 4, 9, 0, 12, 7, 25, 7, 9, 0, 13, 7, 28, 8, 10, 0, 14, 7, 29, 8, 13, 0, 15, 7, 32, 8, 15, 0, 16, 7, 33, 8, 18, 1, 4
Offset: 0
Keywords
Examples
The sequence begins 0, 1, 1, 0, 2, 2, 2, 0. After the initial 0, a(1) counts the terms with 0 divisors (i.e., the 0's), which is 1. a(2) then counts the terms with one divisor (i.e., the 1's), which is 1, and a(3) counts the terms with two divisors (i.e., the primes), which is 0. So the divisor count then resets to 0 and a(4) counts the terms with 0 divisors, which is 2. a(5) counts the terms with one divisor, which is 2, and a(6) counts the terms with two divisors, which is 2. There are no terms with three divisors so a(7) = 0 and the divisor count then resets to 0.
Links
- Scott R. Shannon, Colored image of the first 1000 terms. In this and other colored images the colors are graduated across the spectrum to show which line corresponds to the divisor count it indicates. See the colored key at the top-left. Up to 1000 terms the most common divisor count is 2 followed by 4.
- Scott R. Shannon, Colored image of the first 10000 terms. Terms with 4 divisors have now become the most common, passing those with 2.
- Scott R. Shannon, Colored image of the first 100000 terms. Term with 4 and then 2 divisors are still the most common and those with 8 have become the third most common.
- Scott R. Shannon, Colored image of the first 1000000 terms. Terms with 4 divisors are still the most common but those with 8 have passed 2 as the second most common.
- Scott R. Shannon, Colored image of the first 100000000 terms.
- Scott R. Shannon, Image of the first 100000000 terms.
Comments