OFFSET
1,1
COMMENTS
A factor sum of x is any p+q where x=p*q, those sums being row x of A335572.
Is this an infinite sequence?
When every product of two integers with sum s has appeared in the sequence, that sum s is no longer a potential link between a(n) and a(n-1). If a number appears whose factor sums have all been exhausted, the sequence ends.
LINKS
Neal Gersh Tolunsky, Table of n, a(n) for n = 1..10000
Thomas Scheuerle, MATLAB Program.
Thomas Scheuerle, Histogram of a(n)/n for the first 5000 values of this sequence.
EXAMPLE
For n=2, 3 can only be factored as 1*3, which has a sum of 4. The next term cannot be 1 or 2 as they do not have a factor sum of 4, but 4 = 2*2 does, so a(2) = 4.
For n=5, a(4)=10 has factor sums 7 and 11. The smallest unused number with one of those sums is a(5) = 12 = 3*4, sum of 7.
PROG
(MATLAB) See link. - Thomas Scheuerle, Dec 18 2023
CROSSREFS
KEYWORD
nonn
AUTHOR
Neal Gersh Tolunsky, Dec 17 2023
STATUS
approved