A243810 Odd squares which are the sum of the divisors of some n.
1, 121, 961, 116281, 294849, 423801, 2989441, 7958041, 26904969, 35676729, 51279921, 71622369, 361722361, 962922961, 1891467081, 1902442689, 3255501249, 4364319969, 4755619521, 5215583961, 6431879601, 6561486009, 6835486329, 7496615889, 8666306649, 9712693809
Offset: 1
Keywords
Examples
121 being an odd square and satisfying sigma(81) = 121, 121 is in the sequence.
Links
- Hiroaki Yamanouchi, Table of n, a(n) for n = 1..183
Programs
-
Mathematica
Select[DivisorSigma[1,Range[72000000]],OddQ[#]&&IntegerQ[Sqrt[#]]&] (* Harvey P. Dale, Aug 18 2014 *)
Extensions
a(13)-a(26) from Hiroaki Yamanouchi, Sep 27 2014
Comments