OFFSET
1,1
COMMENTS
It would be nice to remove the word "Conjectured" from the description - N. J. A. Sloane.
The values of a(3), a(9), a(15) and a(21) listed above, namely 0, are conjectural. There is no natural number k < 10^6 satisfying the "homomorphic condition" sigma(n+k)=sigma(n)+sigma(k) for n=3,9,15,21.
The terms for which there is no solution k < 10^6 are n = 3, 9, 15, 21, 27, 39, 57, 63, 81, 93, 105, 117, 165, 171, 183, 189, 201, 219, 225, 243,..., which all satisfy n=3 (mod 6). - T. D. Noe, Jan 20 2004
All n<1000 and k<10^10 have been tested. The largest term is a(837)=4631925025. Sequence A110108 gives the n for which there is no solution k<10^10.
All n<1000 and k<10^11 have been tested. The largest term is a(711)=21004780114. - Donovan Johnson, Aug 29 2012
REFERENCES
R. K. Guy, Unsolved Problems in Number Theory, 3rd Ed., New York, Springer-Verlag, 2004, Section B15.
MATHEMATICA
a[ n_ ] := Min[ Select[ Range[ 1, 10^6 ], DivisorSigma[ 1, n + # ] == DivisorSigma[ 1, n ] + DivisorSigma[ 1, # ] & ] ]; Table[ a[ i ], {i, 1, 21} ]
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
Joseph L. Pe, Dec 27 2001
EXTENSIONS
More terms from T. D. Noe, Jan 20 2004
STATUS
approved