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”).

A300780
Pairs of numbers producing consecutive odd sums of divisors, i.e., sigma(a(2*k)) = sigma(a(2*k-1)) + 2, with sigma values given in A300779.
1
1, 2, 9, 8, 36, 50, 241081, 117128, 15069924, 23011209, 95887457649, 92943436658, 31623999684484, 31716423048338, 48730521525625, 55647526914529, 202869088076944, 238595412613156, 316982950120225, 238595412613156, 12016309156631329, 9203885645879282
OFFSET
1,2
COMMENTS
So far, a(2n-1) is always a square. Will this always hold? - M. F. Hasler, Mar 12 2018
EXAMPLE
a(1) = 1, a(2) = 2 because sigma(2) - sigma(1) = 3 - 1 = 2.
a(3) = 9, a(4) = 8 because sigma(8) - sigma(9) = 15 - 13 = 2.
a(5) = 36, a(6) = 50 because sigma(50) - sigma(36) = 93 - 91 = 2.
The first pairs have the following factorization: (3^2, 2*2^2), (6^2, 2*5^2), (491^2, 2*(2*11^2)^2), ((2*3*647)^2, (3^2*13*41)^2). - M. F. Hasler, Mar 12 2018
CROSSREFS
KEYWORD
nonn,hard
AUTHOR
Hugo Pfoertner, Mar 12 2018
EXTENSIONS
a(11)-a(22) from Giovanni Resta, Mar 13 2018
STATUS
approved