[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A364138 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(1) = 1; for n > 1, a(n) is the smallest positive number that has not yet appeared such that the sum of all terms a(1) + ... + a(n) has the same number of distinct prime factors as the product of all terms a(1) * ... * a(n).
(history; published version)
#12 by OEIS Server at Tue Jul 18 17:16:24 EDT 2023
LINKS

Scott R. Shannon, <a href="/A364138/b364138_1.txt">Table of n, a(n) for n = 1..1000</a>

#11 by Michael De Vlieger at Tue Jul 18 17:16:24 EDT 2023
STATUS

proposed

approved

Discussion
Tue Jul 18
17:16
OEIS Server: Installed first b-file as b364138.txt.
#10 by Scott R. Shannon at Tue Jul 18 09:08:36 EDT 2023
STATUS

editing

proposed

#9 by Scott R. Shannon at Tue Jul 18 09:08:33 EDT 2023
COMMENTS

The terms magnitudes show different regimes, even ever increasing in average size, as a new prime factor appears in the product of all terms. In the first 1000 terms an increase in the total number of distinct prime factors of this product occurs at n = 2, 3, 9, 22, 56, 159, 385, 714. After a(714) = 118404 the sum of all terms is 11741730 = 2 * 3 * 5 * 7 * 11 * 13 * 17 * 23 which contains eight distinct prime factors, while the product of all terms is 11122...000 (a number containing 2585 digits) that equals 2^1738 * 3^1136 * 5^664 * 7^486 * 11^299 * 13^237 * 23 * 29^46, which also contains eight distinct prime factors. See the graph of the terms.

STATUS

proposed

editing

#8 by Scott R. Shannon at Tue Jul 18 09:03:13 EDT 2023
STATUS

editing

proposed

#7 by Scott R. Shannon at Tue Jul 18 08:57:36 EDT 2023
COMMENTS

In the first 1000 terms the smallest numbers not to have appeared are 5,11,13,14,17,19,23,26,29. It is unknown if all numbers eventually appear.

Discussion
Tue Jul 18
09:03
Scott R. Shannon: Submitting A364137 and A364138 together.
#6 by Scott R. Shannon at Tue Jul 18 08:52:33 EDT 2023
LINKS

Scott R. Shannon, <a href="/A364138/b364138_1.txt">Table of n, a(n) for n = 1..1000</a>

#5 by Scott R. Shannon at Tue Jul 18 08:45:23 EDT 2023
EXAMPLE

a(2) = 2 as 2 has not previously appeared and a(1) + 2 = 1 + 2 = 3 while a(1) * 2 = 1 * 2 = 2, both of which have one distinct prime factor.

a(2) = 2 as 2 has not previously appeared and a(1) + 2 = 1 + 2 = 3 while a(1) * 2 = 1 * 2 = 2, both of which have one distinct prime factor.a(3) = 3 as 3 has not previously appeared and a(1) + a(2) + 3 = 1 + 2 + 3 = 6 while a(1) * a(2) * 3 = 1 * 2 * 3 = 6, both of which have two distinct prime factors.a(9) = 15 as 15 has not previously appeared and a(1) + ... a(8) + 15 = 1 + ... + 12 + 15 = 60 while a(1) * ... a(8) * 15 = 1 * ... * 12 * 15 = 1866240, both of which have three distinct prime factors.

a(9) = 15 as 15 has not previously appeared and a(1) + ... a(8) + 15 = 1 + ... + 12 + 15 = 60 while a(1) * ... a(8) * 15 = 1 * ... * 12 * 15 = 1866240, both of which have three distinct prime factors.

#4 by Scott R. Shannon at Tue Jul 18 08:36:40 EDT 2023
COMMENTS

The terms magnitudes show different regimes, even increasing in average size, as a new prime factor appears in the product of all terms. In the first 1000 terms an increase in the total number of distinct prime factors of this product occurs at terms n = 2, 3, 9, 22, 56, 159, 385, 714. After a(714) = 118404 the sum of all terms is 11741730 = 2 * 3 * 5 * 7 * 11 * 13 * 17 * 23 which contains eight distinct prime factors, while the product of all terms is 11122...000 (a number containing 2585 digits) that equals 2^1738 * 3^1136 * 5^664 * 7^486 * 11^299 * 13^237 * 23 * 29^46, which also contains eight distinct prime factors. See the graph of the terms.

#3 by Scott R. Shannon at Tue Jul 18 08:35:15 EDT 2023
NAME

dist uniq

a(1) = 1; for n > 1, a(n) is the smallest positive number that has not yet appeared such that the sum of all terms a(1) + ... + a(n) has the same number of distinct prime factors as the product of all terms a(1) * ... * a(n).

COMMENTS

The terms magnitudes show different regimes, even increasing in average size, as a new prime factor appears in the product of all terms. In the first 1000 terms an increase in the total number of distinct prime factors of this product occurs at terms 2, 3, 9, 22, 56, 159, 385, 714. After a(714) = 118404 the sum of all terms is 11741730 = 2 * 3 * 5 * 7 * 11 * 13 * 17 * 23 which contains eight distinct prime factors, while the product of all terms is 11122...000 (a number containing 2585 digits) that equals 2^1738 * 3^1136 * 5^664 * 7^486 * 11^299 * 13^237 * 23 * 29^46, which also contains eight distinct prime factors. See the graph of the terms.

EXAMPLE

a(2) = 2 as 2 has not previously appeared and a(1) + 2 = 1 + 2 = 3 while a(1) * 2 = 1 * 2 = 2, both of which have one distinct prime factor.a(3) = 3 as 3 has not previously appeared and a(1) + a(2) + 3 = 1 + 2 + 3 = 6 while a(1) * a(2) * 3 = 1 * 2 * 3 = 6, both of which have two distinct prime factors.a(9) = 15 as 15 has not previously appeared and a(1) + ... a(8) + 15 = 1 + ... + 12 + 15 = 60 while a(1) * ... a(8) * 15 = 1 * ... * 12 * 15 = 1866240, both of which have three distinct prime factors.

CROSSREFS

Cf. A364137 (nondistinct terms), A001221, A027748, A364262.