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

A066784
Numbers n such that (n, sigma(n)) lies on the hyperbola y^2 - x^2 = m^2, for some natural number m, i.e., sigma(n)^2 - n^2 = m^2.
0
1, 90, 392448, 411264, 804384, 871416, 1284192, 1935360, 7456512, 396168192, 24193572480, 43171285248, 54585498240, 63178786944, 123570274464, 730078562304, 823442861592, 1420069242240, 2354025332736, 2506251331584, 3606011136000, 3697798293504, 9951618862080
OFFSET
1,2
EXAMPLE
sigma(90)^2 - 90^2 = 234^2 - 90^2 = 216^2, so 90 is a term of the sequence.
MATHEMATICA
Select[ Range[ 1, 10^6 ], IntegerQ[ Sqrt[ DivisorSigma[ 1, # ]^2 - #^2 ] ] & ]
CROSSREFS
Cf. A066764.
Sequence in context: A172572 A052277 A172671 * A135321 A135428 A028672
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Jan 18 2002
EXTENSIONS
a(7)-a(10) from Sean A. Irvine, Nov 06 2023
a(11)-a(23) from Martin Ehrenstein, Jul 12 2024
STATUS
approved